public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/33467]  New: Compilation error while compiling DynCommon.cpp
@ 2007-09-18  5:05 pinakee dot b at xius dot com
  2007-09-18  5:08 ` [Bug c++/33467] " pinakee dot b at xius dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinakee dot b at xius dot com @ 2007-09-18  5:05 UTC (permalink / raw)
  To: gcc-bugs

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


-- 
           Summary: Compilation error while compiling DynCommon.cpp
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinakee dot b at xius dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/33467] Compilation error while compiling DynCommon.cpp
  2007-09-18  5:05 [Bug c++/33467] New: Compilation error while compiling DynCommon.cpp pinakee dot b at xius dot com
@ 2007-09-18  5:08 ` pinakee dot b at xius dot com
  2007-09-18  7:05 ` pinakee dot b at xius dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinakee dot b at xius dot com @ 2007-09-18  5:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinakee dot b at xius dot com  2007-09-18 05:08 -------
Created an attachment (id=14217)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14217&action=view)
The file is where the compilation error is coming. 

The attachment is the file where the compilation error is being reported. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug c++/33467] Compilation error while compiling DynCommon.cpp
  2007-09-18  5:05 [Bug c++/33467] New: Compilation error while compiling DynCommon.cpp pinakee dot b at xius dot com
  2007-09-18  5:08 ` [Bug c++/33467] " pinakee dot b at xius dot com
@ 2007-09-18  7:05 ` pinakee dot b at xius dot com
  2007-09-25  1:05 ` [Bug middle-end/33467] " danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinakee dot b at xius dot com @ 2007-09-18  7:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinakee dot b at xius dot com  2007-09-18 07:05 -------
Created an attachment (id=14218)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14218&action=view)
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.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/33467] Compilation error while compiling DynCommon.cpp
  2007-09-18  5:05 [Bug c++/33467] New: Compilation error while compiling DynCommon.cpp pinakee dot b at xius dot com
  2007-09-18  5:08 ` [Bug c++/33467] " pinakee dot b at xius dot com
  2007-09-18  7:05 ` pinakee dot b at xius dot com
@ 2007-09-25  1:05 ` danglin at gcc dot gnu dot org
  2007-09-25  4:23 ` bangerth at dealii dot org
  2009-03-30 21:51 ` sje at cup dot hp dot com
  4 siblings, 0 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-09-25  1:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2007-09-25 01:05 -------
The 4.0 branch is closed, so why is this a blocker?  Need to know
if this is present in 4.2.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/33467] Compilation error while compiling DynCommon.cpp
  2007-09-18  5:05 [Bug c++/33467] New: Compilation error while compiling DynCommon.cpp pinakee dot b at xius dot com
                   ` (2 preceding siblings ...)
  2007-09-25  1:05 ` [Bug middle-end/33467] " danglin at gcc dot gnu dot org
@ 2007-09-25  4:23 ` bangerth at dealii dot org
  2009-03-30 21:51 ` sje at cup dot hp dot com
  4 siblings, 0 replies; 6+ messages in thread
From: bangerth at dealii dot org @ 2007-09-25  4:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/33467] Compilation error while compiling DynCommon.cpp
  2007-09-18  5:05 [Bug c++/33467] New: Compilation error while compiling DynCommon.cpp pinakee dot b at xius dot com
                   ` (3 preceding siblings ...)
  2007-09-25  4:23 ` bangerth at dealii dot org
@ 2009-03-30 21:51 ` sje at cup dot hp dot com
  4 siblings, 0 replies; 6+ messages in thread
From: sje at cup dot hp dot com @ 2009-03-30 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sje at cup dot hp dot com  2009-03-30 21:51 -------
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.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33467


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-03-30 21:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-18  5:05 [Bug c++/33467] New: Compilation error while compiling DynCommon.cpp pinakee dot b at xius dot com
2007-09-18  5:08 ` [Bug c++/33467] " pinakee dot b at xius dot com
2007-09-18  7:05 ` pinakee dot b at xius dot com
2007-09-25  1:05 ` [Bug middle-end/33467] " danglin at gcc dot gnu dot org
2007-09-25  4:23 ` bangerth at dealii dot org
2009-03-30 21:51 ` sje at cup dot hp dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).