Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: john.ettedgui at gmail dot com
Target Milestone: ---
Hello,
Compiling the latest rpcs3 code from git, I get an internal compiler error.
This is my first time getting that so I'm not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71054
--- Comment #1 from John Ettedgui ---
Created attachment 38466
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38466&action=edit
The .ii file in gzip format
The standard .ii was too big to be attached so I gzipped it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70869
--- Comment #10 from John Ettedgui ---
I tried to rebuild my gcc with Kal's patch but it fails with this error:
"make[6]: *** No rule to make target '../src/c++11/libc++11convenience.la',
needed by 'libstdc++.la'. Stop."
I don't understand how
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70869
--- Comment #12 from John Ettedgui ---
Well, I'll keep trying then.
Thank you!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70869
--- Comment #14 from John Ettedgui ---
It built fine with your latest patch.
And it also fixed the segfault I had when I created my bug.
Thank you!