https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105409
Gaius Mulley changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105409
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> It seems gm2 omits CC1_SPEC from the cc1/cc1plus invocation in
> gcc/m2/m2-link-support.h.
Indeed: the following trivial patch works wonders indeed:
diff --git a/gcc/m2/m2-link-suppo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105409
--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> $ cc1plus -m32 -quiet m.x0-m_m2.cpp
> m.x0-m_m2.cpp:111:1: internal compiler error: in simplify_subreg, at
> simplify-rtx.cc:7351
> 111 | }
> | ^
If one compiles the testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105409
--- Comment #1 from Rainer Orth ---
Created attachment 52891
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52891&action=edit
testcase