[Bug c++/59606] New: Internal compiler error: Error reporting routines re-entered.
vyf at princeton dot edu
gcc-bugzilla@gcc.gnu.org
Thu Dec 26 20:42:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59606
Bug ID: 59606
Summary: Internal compiler error: Error reporting routines
re-entered.
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: vyf at princeton dot edu
Everything was working fine until I changed some things in the source
(specifically, added an aligned_storage member), and then I get this output
from Eclipse:
Building file: ../main.cpp
Invoking: GCC C++ Compiler
g++ -D__cplusplus=201103L -O0 -g3 -Wall -c -fmessage-length=0 -std=c++11 -MMD
-MP -MF"main.d" -MT"main.d" -o "main.o" "../main.cpp"
‘
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccJaexzT.out file, please attach this to
your bugreport.
make: *** [main.o] Error 1
The file is attached, as requested.
More information about the Gcc-bugs
mailing list