From 645ae982d4fb6534314a7c5da7c506978922ea33 Mon Sep 17 00:00:00 2001 From: Alp Sayin Date: Fri, 18 Oct 2024 17:29:32 +0100 Subject: [PATCH] microblaze: Fix -Os right shift optimization is allowed into delay slot In picolibc testing it's found that this produces code that compiler squeezes into a single delay slot. And thus only the first instruction emitted by this optimization is run and the rest is skipped. Signed-off-by: Alp Sayin --- gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc b/gcc index 428d8d7b..0e3007a4 160000 --- a/gcc +++ b/gcc @@ -1 +1 @@ -Subproject commit 428d8d7b0542338244ca41ac06a5f3fa4f29bb6d +Subproject commit 0e3007a4cf90ee13a24d7df14cb552f44f04ef3c