Assignee: unassigned at gcc dot gnu.org
Reporter: jeffbai at aosc dot xyz
Target Milestone: ---
GCC crashed while compiling openal-soft 1.17.2:
[ 82%] Building C object CMakeFiles/bsincgen.dir/utils/bsincgen.c.o
/bin/gcc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_POSIX_C_SOURCE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71584
--- Comment #4 from Jeff Bai ---
I compressed the .ii file with tar.xz as the original file is larger than
1000KB.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71584
--- Comment #3 from Jeff Bai ---
Created attachment 38730
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38730&action=edit
Temporary .ii file for MixerWorkerThread.cpp (the invoking file)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71584
--- Comment #2 from Jeff Bai ---
Here you go.
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jeffbai at aosc dot xyz
Target Milestone: ---
Upstream bug opened at: https://github.com/LMMS/lmms/issues/2859
The issue is that LMMS will fail to build due to a "internal compiler error"
when the flag -fde
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70831
--- Comment #3 from Jeff Bai ---
(In reply to Richard Biener from comment #2)
> You'll eventually run into PR60277 as well. Probably requires
> --enable-checking=release to trigger.
I do apologize for my limited knowledge, but what is the relev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70831
--- Comment #1 from Jeff Bai ---
P.S.: Tried building with both GCC 5.3.0, and GCC 6.1.0.
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: jeffbai at aosc dot xyz
Target Milestone: ---
A build failure is observed today when I tested building GCC with both
./configure ... \
--with-build-config=bootstrap-lto
and