public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39409]  New: internal compiler error: Segmentation fault
@ 2009-03-09 14:34 amit at mobiletornado dot com
  2009-03-09 14:39 ` [Bug c++/39409] " amit at mobiletornado dot com
  2009-04-16 20:46 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 6+ messages in thread
From: amit at mobiletornado dot com @ 2009-03-09 14:34 UTC (permalink / raw)
  To: gcc-bugs

$ uname -a
system type: AIX aix52a 1 6 000921F2D700

$ gcc -v
Using built-in specs.
Target: powerpc-ibm-aix6.1.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld
--enable-languages=c,c++,java --prefix=/opt/freeware --enable-threads
--enable-version-specific-runtime-libs --host=powerpc-ibm-aix6.1.0.0
--target=powerpc-ibm-aix6.1.0.0 --build=powerpc-ibm-aix6.1.0.0
--disable-libjava-multilib
Thread model: aix
gcc version 4.2.0

gcc command:
g++ -g -fstack-check -DAIX  -fPIC -D_REENTRANT -DTUNICODE -g -fstack-check
-DAIX -D_PTHREADS -fcheck-new -D__STL_ASSERTIONS -D__STDC_LIMIT_MACROS -c -o
updatethread.o updatethread.cpp

error:
updatethread.cpp: At global scope:
updatethread.cpp:2777: internal compiler error: Segmentation fault


-- 
           Summary: internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amit at mobiletornado dot com


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


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

* [Bug c++/39409] internal compiler error: Segmentation fault
  2009-03-09 14:34 [Bug c++/39409] New: internal compiler error: Segmentation fault amit at mobiletornado dot com
@ 2009-03-09 14:39 ` amit at mobiletornado dot com
  2009-04-16 20:46 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: amit at mobiletornado dot com @ 2009-03-09 14:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from amit at mobiletornado dot com  2009-03-09 14:38 -------
Created an attachment (id=17430)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17430&action=view)
the preprocessed file (gzipped)


-- 


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


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

* [Bug c++/39409] internal compiler error: Segmentation fault
  2009-03-09 14:34 [Bug c++/39409] New: internal compiler error: Segmentation fault amit at mobiletornado dot com
  2009-03-09 14:39 ` [Bug c++/39409] " amit at mobiletornado dot com
@ 2009-04-16 20:46 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-16 20:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug c++/39409] internal compiler error: Segmentation fault
       [not found] <bug-39409-4@http.gcc.gnu.org/bugzilla/>
  2011-10-02 10:06 ` paolo.carlini at oracle dot com
  2011-10-19  0:15 ` paolo.carlini at oracle dot com
@ 2011-10-19 13:33 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: dje at gcc dot gnu.org @ 2011-10-19 13:33 UTC (permalink / raw)
  To: gcc-bugs

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

David Edelsohn <dje at gcc dot gnu.org> changed:

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

--- Comment #4 from David Edelsohn <dje at gcc dot gnu.org> 2011-10-19 13:32:52 UTC ---
I assume the user has GCC 4.2.0 installed because that was the version
available from IBM AIX Toolbox.  Prebuilt binaries of more recent versions of
GCC are available.

I do not have GCC 4.2.0 available to test.  GCC 4.1.3 compiles the file.  GCC
4.2.4 complains about a deprecated convesion:

warning: deprecated conversion from string constant to 'char*'

GCC 4.3.x and above fail with errors and warnings in the libstdc++ header
files.

None of the versions of GCC to which I have access crash with an ICE.  I
believe that this was a bug in the .0 release that was fixed in a later update.


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

* [Bug c++/39409] internal compiler error: Segmentation fault
       [not found] <bug-39409-4@http.gcc.gnu.org/bugzilla/>
  2011-10-02 10:06 ` paolo.carlini at oracle dot com
@ 2011-10-19  0:15 ` paolo.carlini at oracle dot com
  2011-10-19 13:33 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-10-19  0:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-19 00:14:07 UTC ---
David, any take on this one? Thanks in advance.


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

* [Bug c++/39409] internal compiler error: Segmentation fault
       [not found] <bug-39409-4@http.gcc.gnu.org/bugzilla/>
@ 2011-10-02 10:06 ` paolo.carlini at oracle dot com
  2011-10-19  0:15 ` paolo.carlini at oracle dot com
  2011-10-19 13:33 ` dje at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-10-02 10:06 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011-10-02
                 CC|amit at mobiletornado dot   |dje at gcc dot gnu.org
                   |com, gcc-bugs at gcc dot    |
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-02 10:05:55 UTC ---
Can you try a much more recent compiler, say in the 4.6.x series? gcc4.2.x is
not maintained anymore.


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

end of thread, other threads:[~2011-10-19 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09 14:34 [Bug c++/39409] New: internal compiler error: Segmentation fault amit at mobiletornado dot com
2009-03-09 14:39 ` [Bug c++/39409] " amit at mobiletornado dot com
2009-04-16 20:46 ` pinskia at gcc dot gnu dot org
     [not found] <bug-39409-4@http.gcc.gnu.org/bugzilla/>
2011-10-02 10:06 ` paolo.carlini at oracle dot com
2011-10-19  0:15 ` paolo.carlini at oracle dot com
2011-10-19 13:33 ` dje at gcc dot gnu.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).