public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/24271]  New: ServicesC.h:45: internal compiler error: Segmentation fault
@ 2005-10-08  5:57 lothar at tradescape dot biz
  2005-10-08  5:59 ` [Bug c++/24271] " lothar at tradescape dot biz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: lothar at tradescape dot biz @ 2005-10-08  5:57 UTC (permalink / raw)
  To: gcc-bugs

/opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -v
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-4.0.2/configure --program-suffix=-4.0.2
--enable-__cxa_atexit --enable-languages=c,c++ --prefix=/opt2/linux/ix86
--target=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu
--with-sysroot=/opt2/linux/ix86/SuSE-10.0
--enable-version-specific-runtime-libs --enable-clocale=gnu
Thread model: posix
gcc version 4.0.2

If I compile TAO 1.4.7 I get an ICE in ServicesC.h

/opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -fvisibility=hidden
-fvisibility-inlines-hidden -save-temps -W -Wall -Wpointer-arith -m64
-I/opt2/linux/x86_64/include -O3 -g -pipe  -m64 -I/opt2/linux/x86_64/include  
-D_REENTRANT -DACE_HAS_AIO_CALLS -D_GNU_SOURCE -DACE_USE_RCSID=0  
-I/opt2/linux/x86_64/ACE/1.4.7/ACE_wrappers
-I/opt2/linux/x86_64/ACE/1.4.7/ACE_wrappers/TAO -I/usr/kerberos/include
-DACE_HAS_EXCEPTIONS -D__ACE_INLINE__    -I../..
-I/opt2/linux/x86_64/ACE/1.4.7/ACE_wrappers/TAO -DTAO_BUILD_DLL  -c -fPIC -o
.shobj/ServicesC.o ServicesC.cpp
g++: warning: -pipe ignored because -save-temps specified
In file included from <built-in>:0:
<built-in>:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ServicesC.h:45: internal compiler error: Segmentation
                    fault
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lothar at tradescape dot biz


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


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

* [Bug c++/24271] ServicesC.h:45: internal compiler error: Segmentation fault
  2005-10-08  5:57 [Bug c++/24271] New: ServicesC.h:45: internal compiler error: Segmentation fault lothar at tradescape dot biz
@ 2005-10-08  5:59 ` lothar at tradescape dot biz
  2005-10-08 10:30 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: lothar at tradescape dot biz @ 2005-10-08  5:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from lothar at tradescape dot biz  2005-10-08 05:59 -------
Created an attachment (id=9931)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9931&action=view)
preprocessed file


-- 


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


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

* [Bug c++/24271] ServicesC.h:45: internal compiler error: Segmentation fault
  2005-10-08  5:57 [Bug c++/24271] New: ServicesC.h:45: internal compiler error: Segmentation fault lothar at tradescape dot biz
  2005-10-08  5:59 ` [Bug c++/24271] " lothar at tradescape dot biz
@ 2005-10-08 10:30 ` rguenth at gcc dot gnu dot org
  2005-10-08 13:31 ` pinskia at gcc dot gnu dot org
  2005-10-08 13:37 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-10-08 10:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2005-10-08 10:30 -------
I cannot reproduce this with a x86_64 host compiler on the 4.0 branch or
mainline.
Can you re-check with a compiler compiled from the head of the 4.0 branch to
see
if this is a genuine cross-compiler problem?  Also a gdb backtrace from cc1plus
would be helpful (you can figure out the cc1plus command-line by providing the
-v command-line argument to g++). 

Thanks,
Richard.


-- 


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


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

* [Bug c++/24271] ServicesC.h:45: internal compiler error: Segmentation fault
  2005-10-08  5:57 [Bug c++/24271] New: ServicesC.h:45: internal compiler error: Segmentation fault lothar at tradescape dot biz
  2005-10-08  5:59 ` [Bug c++/24271] " lothar at tradescape dot biz
  2005-10-08 10:30 ` rguenth at gcc dot gnu dot org
@ 2005-10-08 13:31 ` pinskia at gcc dot gnu dot org
  2005-10-08 13:37 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-08 13:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |---


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


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

* [Bug c++/24271] ServicesC.h:45: internal compiler error: Segmentation fault
  2005-10-08  5:57 [Bug c++/24271] New: ServicesC.h:45: internal compiler error: Segmentation fault lothar at tradescape dot biz
                   ` (2 preceding siblings ...)
  2005-10-08 13:31 ` pinskia at gcc dot gnu dot org
@ 2005-10-08 13:37 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-08 13:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-08 13:37 -------
This is a dup of bug 24202.  The preprocessor is crashing so having the
preprocessed source is really useless.

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


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-10-08 13:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-08  5:57 [Bug c++/24271] New: ServicesC.h:45: internal compiler error: Segmentation fault lothar at tradescape dot biz
2005-10-08  5:59 ` [Bug c++/24271] " lothar at tradescape dot biz
2005-10-08 10:30 ` rguenth at gcc dot gnu dot org
2005-10-08 13:31 ` pinskia at gcc dot gnu dot org
2005-10-08 13:37 ` pinskia at gcc dot gnu dot org

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).