Bug 56798

Summary: Internal compiler error in scan_region, at except.c:2809
Product: [Retired] Red Hat Linux Reporter: Anand Krishnan <uamuthuk>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:48:16 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 Anand Krishnan 2001-11-27 22:40:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.9-12 i686)

Description of problem:
An internal compiler error occurs when trying to compile/build the TAO (the
ACE Orb) software package. It can be obtained thru the following URL:
http://www.cs.wustl.edu/~schmidt/TAO.html


Version-Release number of selected component (if applicable): g++-2.96-85


How reproducible:
Always

Steps to Reproduce:
1. cd $TAO_ROOT/tao
2. make
3.
	

Actual Results:  make[1]: Entering directory
`/usr/local/ACE_wrappers/TAO/tao/PortableServer'
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/usr/local/ACE_wrappers
-DACE_HAS_EXCEPTIONS    -I/usr/local/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[1]: *** [.shobj/PolicyS.o] Error 2
make[1]: Leaving directory `/usr/local/ACE_wrappers/TAO/tao/PortableServer'


Expected Results:  A clean compile with an object file, PolicyS.o created.

Additional info:

Comment 1 Jakub Jelinek 2001-11-28 09:56:00 UTC
This sounds like bug #48835. Can you please try gcc-c++-2.96-97 or later?

Comment 2 Jakub Jelinek 2004-10-02 19:50:49 UTC
No response in almost 3 years, closing.

*** This bug has been marked as a duplicate of 48835 ***

Comment 3 Red Hat Bugzilla 2006-02-21 18:48:16 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.