https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96734
--- Comment #6 from Ariadne Conill ---
(In reply to Ariadne Conill from comment #5)
> I should clarify.
>
> I cross-compiled g++ 10.2.0 to run on mips64 *host*. That part worked fine.
>
> Afterwards, the *host* mips64 g++ cannot compile itself
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96734
--- Comment #5 from Ariadne Conill ---
I should clarify.
I cross-compiled g++ 10.2.0 to run on mips64 *host*. That part worked fine.
Afterwards, the *host* mips64 g++ cannot compile itself.
The *host* mips64 g++ (which was cross-compiled from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96734
--- Comment #3 from Ariadne Conill ---
When that method.ii is compiled against g++ 9.3.0 with the provided options, it
compiles successfully.
When built using a cross-compiled g++ 10.2.0, it crashes. So, the issue is
specific to 10.2.0 it seems
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96734
--- Comment #1 from Ariadne Conill ---
Manually compiling cp/method.o using:
g++ -c -o cp/method.o -O2 method.ii
works fine.
I wonder if this is somehow related to pre-compiled headers, actually.
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: ariadne at dereferenced dot org
CC: marxin at gcc dot gnu.org
Target Milestone: ---
When building gcc 10.2.0 using previous gcc 9.3.0 on a mips64 host, gcc 10.2.0