From Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.3-20mdk i686) Description of problem: Tried to compile a file, GCC gave the following error message: maproute.cc:42: universal-character-name `\u Internal compiler error: Error reporting routines re-entered. Please submit a full bug report. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. Version-Release number of selected component (if applicable): 2.96 How reproducible: Always Steps to Reproduce: 1. Get the file www.hut.fi/~amsaarel/maproute.cc from the web page 2. Try to compile it with "gcc -g -c -o maproute.o maproute.cc" Expected Results: A more informative error message
This is fixed since gcc-c++2.96-86 (in that it will not ICE on the bogus input). *** This bug has been marked as a duplicate of 41554 ***