Bug 52614

Summary: Error reporting routines re-entered in GCC 2.96
Product: [Retired] Red Hat Linux Reporter: Need Real Name <amsaarel>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
URL: http://www.hut.fi/~amsaarel/gccbug.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-26 21:18:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-08-26 21:18:42 UTC
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

Comment 1 Jakub Jelinek 2001-08-27 11:07:16 UTC
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 ***