Bug 33467 - Compilation error while compiling DynCommon.cpp
Summary: Compilation error while compiling DynCommon.cpp
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.0.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 05:05 UTC by Pinakee Biswas
Modified: 2009-03-30 21:51 UTC (History)
3 users (show)

See Also:
Host:
Target: hppa2.0w-hp-hpux11.11
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
The file is where the compilation error is coming. (4.39 KB, text/plain)
2007-09-18 05:08 UTC, Pinakee Biswas
Details
The attachment is the zip of preprocessed file of the source file. (234.91 KB, application/x-gzip)
2007-09-18 07:05 UTC, Pinakee Biswas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pinakee Biswas 2007-09-18 05:05:02 UTC
Following is the machine and compiler details:
bash-3.00$ gcc -v
Using built-in specs.
Target: hppa2.0w-hp-hpux11.11
Configured with: ../gcc/configure
Thread model: single
gcc version 4.0.2

Following error is generated while compiling "DynCommon.cpp" which is a file in opensource middleware (ACE/TAO):
g++ -fvisibility=hidden -fvisibility-inlines-hidden -w -O2 -g  -DHPUX_VERS=1111 -DACE_HAS_THREADS -D_POSIX_C_SOURCE=199506L     -I/instaroam/pinakee/TAO/ACE_wrappers -I/instaroam/pinakee/TAO/ACE_wrappers/TAO -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -I../.. -I.. -DTAO_DYNAMICANY_BUILD_DLL  -c -fPIC -o .shobj/DynamicAny/DynCommon.o DynamicAny/DynCommon.cpp
DynamicAny/DynCommon.cpp: In member function 'void TAO_DynCommon::_ZTv0_n100_N13TAO_DynCommon17insert_longdoubleEe(CORBA::LongDouble)':
DynamicAny/DynCommon.cpp:1290: internal compiler error: in make_decl_rtl, at varasm.c:871
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[1]: *** [.shobj/DynamicAny/DynCommon.o] Error 1
gmake[1]: Leaving directory `/instaroam/pinakee/TAO/ACE_wrappers/TAO/tao'
gmake: *** [DynamicAny] Error 2
Comment 1 Pinakee Biswas 2007-09-18 05:08:22 UTC
Created attachment 14217 [details]
The file is where the compilation error is coming.

The attachment is the file where the compilation error is being reported.
Comment 2 Pinakee Biswas 2007-09-18 07:05:28 UTC
Created attachment 14218 [details]
The attachment is the zip of preprocessed file of the source file.

Since the file size was more than that allowed, it has been zipped.
Comment 3 John David Anglin 2007-09-25 01:05:25 UTC
The 4.0 branch is closed, so why is this a blocker?  Need to know
if this is present in 4.2.
Comment 4 Steve Ellcey 2009-03-30 21:51:38 UTC
The bug is in 4.2 but 4.2 is now closed.  I cannot compile the program with 4.3 or later because the preprocessed source will no longer compile.  I am going to close this as WONTFIX.  We could reopen it if we got a new preprocessed source that failed on 4.3 or later.