https://gcc.gnu.org/g:d4dab01ea52269bf97d31d2493f93acf27c12f94

commit r16-8547-gd4dab01ea52269bf97d31d2493f93acf27c12f94
Author: Torbjörn SVENSSON <[email protected]>
Date:   Thu Apr 9 10:36:01 2026 +0200

    testsuite: arm-none-eabi ICEs for g++.dg/coroutines/pr110872.C [PR124326]
    
    When testing r16-8473-g5cc0ead3625fe6, I see the following error for
    arm-none-eabi:
    
    FAIL: g++.dg/coroutines/pr110872.C  -std=c++26 (internal compiler error: in 
expand_expr_addr_expr_1, at expr.cc:9318)
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/124326
            * g++.dg/coroutines/pr110872.C (dg-ice): Add arm*-*-*.
    
    Signed-off-by: Torbjörn SVENSSON <[email protected]>

Diff:
---
 gcc/testsuite/g++.dg/coroutines/pr110872.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/coroutines/pr110872.C 
b/gcc/testsuite/g++.dg/coroutines/pr110872.C
index f911640a6439..076f51baaf7e 100644
--- a/gcc/testsuite/g++.dg/coroutines/pr110872.C
+++ b/gcc/testsuite/g++.dg/coroutines/pr110872.C
@@ -3,7 +3,7 @@
 // { dg-do compile { target c++26 } }
 // { dg-skip-if "requires hosted libstdc++ for iostream" { ! hostedlib } }
 // { dg-prune-output "during RTL pass: expand" }
-// { dg-ice "expand_expr_addr_expr_1" { lp64 || *-*-darwin* } }
+// { dg-ice "expand_expr_addr_expr_1" { lp64 || { *-*-darwin* arm*-*-* } } }
 
 #include <iostream>
 #include <coroutine>

Reply via email to