Bug 57433 - g++ 2.96 Internal compiler error in scan_region, at except.c: 2809
Summary: g++ 2.96 Internal compiler error in scan_region, at except.c: 2809
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 7.1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-12-12 15:24 UTC by eric.brun
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-12-12 15:24:10 UTC
Embargoed:


Attachments (Terms of Use)

Description eric.brun 2001-12-12 15:24:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [fr] (WinNT; I)

Description of problem:
TAO 1.2 product generation with a standard config_linux.h and platform_linux.GNU configuration reports the following error
(several times through the whole TAO generation).

g++ -W -Wall -Wpointer-arith -pipe -O3 -g -Wno-uninitialized 
-fno-implicit-templates   -D_POSIX_THREADS 
-D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT -DACE_HAS_AIO_CALLS  
-I/home/ngn_unt/SW-Non-Alcatel/ACE_wrappers -DACE_HAS_EXCEPTIONS
-I/home/ngn_unt/SW-Non-Alcatel/ACE_wrappers/TAO  -c -fPIC -o 
.shobj/PolicyS.o PolicyS.cpp
PolicyS.cpp: In function `void
POA_CORBA_Policy::_get_policy_type_skel
(TAO_ServerRequest &, void *, void *, Environment &)':
PolicyS.cpp:894: Internal compiler error in scan_region, at
except.c:
2809
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[2]: *** [.shobj/PolicyS.o] Error 2
make[2]: Leaving directory 
`/home/ngn_unt/SW-Non-Alcatel/ACE_wrappers/TAO/tao/PortableServer'



Version-Release number of selected component (if applicable):
RH 7.1.2.96-81
g++ 2.96 20000731

How reproducible:
Always

Steps to Reproduce:
1.make the ACE 5.2/TAO 1.2 product with a standard config_linux.h and platform_linux.GNU configuration
2.ACE compiles well
3.TAO fails first at the reported error and after many times with the erported error but on different sources.
	

Additional info:

Comment 1 Jakub Jelinek 2001-12-18 15:52:31 UTC
Please upgrade your gcc rpm, this has been fixed. E.g. 2.96-98 or above
should do the trick.


Note You need to log in before you can comment on or make changes to this bug.