public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25723]  New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus)
@ 2006-01-09 13:32 Donald dot Sharp at prismtech dot com
  2006-01-09 13:37 ` [Bug c++/25723] " Donald dot Sharp at prismtech dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Donald dot Sharp at prismtech dot com @ 2006-01-09 13:32 UTC (permalink / raw)
  To: gcc-bugs

During the build of the TAO 1.4.1 package two files provoked internal compiler
errors. gcc-3.4.2 has the same problem. gcc-3.2.2 compiles them just fine.

This seems to be a Solaris problem as the same source compiles fine with
gcc-3.4.2 on a number of Linuxes on X86 and PPC.

How-To-Repeat: preprocessor output is attached to this message. Both files are
included in case the problem is not the same for both.

g++ -v
Reading specs from
/usr/local/gcc-3.4.5/lib/gcc/sparc-sun-solaris2.9/3.4.5/specs
Configured with: /var/sun26/tmp/gcc-3.4.5/configure
--prefix=/usr/local/gcc-3.4.5 --enable-threads --enable-languages=c,c++
Thread model: posix
gcc version 3.4.5
g++ -save-temps -W -Wall -Wpointer-arith -O3 -pipe -D_REENTRANT
-D_POSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -D_REENTRANT
-I/usr/users/tao/ultra4/Overnight_Builds/TAO14/gcc345/standard/tao14
-I/usr/users/tao/ultra4/Overnight_Builds/TAO14/gcc345/standard/tao14/TAO
-DACE_NDEBUG -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -DACE_NO_INLINE
-I/usr/users/tao/ultra4/Overnight_Builds/TAO14/gcc345/standard/tao14/TAO
-I/usr/users/tao/ultra4/Overnight_Builds/TAO14/gcc345/standard/tao14/TAO/orbsvcs
-x c++ -o .obj/demux_test_client.o demux_test_client.cpp
g++: warning: -pipe ignored because -save-temps specified
g++: Internal error: Segmentation Fault (program cc1plus)
Please submit a full bug report.


-- 
           Summary: g++-3.4.5: Internal error: Segmentation Fault (program
                    cc1plus)
           Product: gcc
           Version: 3.4.5
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Donald dot Sharp at prismtech dot com
 GCC build triplet: sparc-sun-solaris2.9
  GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9


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



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

* [Bug c++/25723] g++-3.4.5: Internal error: Segmentation Fault (program cc1plus)
  2006-01-09 13:32 [Bug c++/25723] New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus) Donald dot Sharp at prismtech dot com
@ 2006-01-09 13:37 ` Donald dot Sharp at prismtech dot com
  2006-01-09 13:39 ` Donald dot Sharp at prismtech dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Donald dot Sharp at prismtech dot com @ 2006-01-09 13:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from Donald dot Sharp at prismtech dot com  2006-01-09 13:37 -------
Created an attachment (id=10599)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10599&action=view)
Compiling this file with gcc-3.4.5 on Solaris 9 produces an internal compiler
error.


-- 


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



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

* [Bug c++/25723] g++-3.4.5: Internal error: Segmentation Fault (program cc1plus)
  2006-01-09 13:32 [Bug c++/25723] New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus) Donald dot Sharp at prismtech dot com
  2006-01-09 13:37 ` [Bug c++/25723] " Donald dot Sharp at prismtech dot com
@ 2006-01-09 13:39 ` Donald dot Sharp at prismtech dot com
  2006-01-10 11:24 ` [Bug c++/25723] Segmentation Fault ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Donald dot Sharp at prismtech dot com @ 2006-01-09 13:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from Donald dot Sharp at prismtech dot com  2006-01-09 13:39 -------
Created an attachment (id=10600)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10600&action=view)
This is the second test file

This file also produces an internal compiler error on Solaris 9


-- 


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



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

* [Bug c++/25723] Segmentation Fault
  2006-01-09 13:32 [Bug c++/25723] New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus) Donald dot Sharp at prismtech dot com
  2006-01-09 13:37 ` [Bug c++/25723] " Donald dot Sharp at prismtech dot com
  2006-01-09 13:39 ` Donald dot Sharp at prismtech dot com
@ 2006-01-10 11:24 ` ebotcazou at gcc dot gnu dot org
  2006-08-15 18:13 ` pinskia at gcc dot gnu dot org
  2006-08-15 18:30 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-01-10 11:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2006-01-10 11:24 -------
Confirmed at -O0, but I cannot reproduce it with a cross-compiler.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |3.4.2 3.4.3 3.4.5
      Known to work|                            |3.2.2 4.0.2
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-10 11:24:47
               date|                            |
            Summary|g++-3.4.5: Internal error:  |Segmentation Fault
                   |Segmentation Fault (program |
                   |cc1plus)                    |


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



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

* [Bug c++/25723] Segmentation Fault
  2006-01-09 13:32 [Bug c++/25723] New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus) Donald dot Sharp at prismtech dot com
                   ` (2 preceding siblings ...)
  2006-01-10 11:24 ` [Bug c++/25723] Segmentation Fault ebotcazou at gcc dot gnu dot org
@ 2006-08-15 18:13 ` pinskia at gcc dot gnu dot org
  2006-08-15 18:30 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-15 18:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-08-15 18:12 -------
Fixed for 4.0.2.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.2


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


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

* [Bug c++/25723] Segmentation Fault
  2006-01-09 13:32 [Bug c++/25723] New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus) Donald dot Sharp at prismtech dot com
                   ` (3 preceding siblings ...)
  2006-08-15 18:13 ` pinskia at gcc dot gnu dot org
@ 2006-08-15 18:30 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-15 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-08-15 18:29 -------
Fixed I said


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2006-08-15 18:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-09 13:32 [Bug c++/25723] New: g++-3.4.5: Internal error: Segmentation Fault (program cc1plus) Donald dot Sharp at prismtech dot com
2006-01-09 13:37 ` [Bug c++/25723] " Donald dot Sharp at prismtech dot com
2006-01-09 13:39 ` Donald dot Sharp at prismtech dot com
2006-01-10 11:24 ` [Bug c++/25723] Segmentation Fault ebotcazou at gcc dot gnu dot org
2006-08-15 18:13 ` pinskia at gcc dot gnu dot org
2006-08-15 18:30 ` 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).