public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39047]  New: Segmentation fault in g++
@ 2009-01-30 22:07 dima at debian dot org
  2009-01-30 22:10 ` [Bug c++/39047] " dima at debian dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dima at debian dot org @ 2009-01-30 22:07 UTC (permalink / raw)
  To: gcc-bugs

g++ crashes with a segmentation fault trying to compile the attached program


-- 
           Summary: Segmentation fault in g++
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dima at debian dot org
 GCC build triplet: i486-linux-gnu
  GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu


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


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

* [Bug c++/39047] Segmentation fault in g++
  2009-01-30 22:07 [Bug c++/39047] New: Segmentation fault in g++ dima at debian dot org
@ 2009-01-30 22:10 ` dima at debian dot org
  2009-01-30 22:14 ` dima at debian dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dima at debian dot org @ 2009-01-30 22:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dima at debian dot org  2009-01-30 22:10 -------
Created an attachment (id=17217)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17217&action=view)
test case which triggers the core dump


-- 


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


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

* [Bug c++/39047] Segmentation fault in g++
  2009-01-30 22:07 [Bug c++/39047] New: Segmentation fault in g++ dima at debian dot org
  2009-01-30 22:10 ` [Bug c++/39047] " dima at debian dot org
@ 2009-01-30 22:14 ` dima at debian dot org
  2009-01-30 22:19 ` [Bug middle-end/39047] Segmentation fault in g++ at -O1 pinskia at gcc dot gnu dot org
  2009-01-30 22:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dima at debian dot org @ 2009-01-30 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dima at debian dot org  2009-01-30 22:13 -------
$ g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 


-- 

dima at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dima at debian dot org


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


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

* [Bug middle-end/39047] Segmentation fault in g++ at -O1
  2009-01-30 22:07 [Bug c++/39047] New: Segmentation fault in g++ dima at debian dot org
  2009-01-30 22:10 ` [Bug c++/39047] " dima at debian dot org
  2009-01-30 22:14 ` dima at debian dot org
@ 2009-01-30 22:19 ` pinskia at gcc dot gnu dot org
  2009-01-30 22:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-30 22:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-01-30 22:19 -------
This ICEs with -O1


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
          Component|c++                         |middle-end
            Summary|Segmentation fault in g++   |Segmentation fault in g++ at
                   |                            |-O1


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


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

* [Bug middle-end/39047] Segmentation fault in g++ at -O1
  2009-01-30 22:07 [Bug c++/39047] New: Segmentation fault in g++ dima at debian dot org
                   ` (2 preceding siblings ...)
  2009-01-30 22:19 ` [Bug middle-end/39047] Segmentation fault in g++ at -O1 pinskia at gcc dot gnu dot org
@ 2009-01-30 22:20 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-30 22:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2009-01-30 22:20 -------


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


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2009-01-30 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-30 22:07 [Bug c++/39047] New: Segmentation fault in g++ dima at debian dot org
2009-01-30 22:10 ` [Bug c++/39047] " dima at debian dot org
2009-01-30 22:14 ` dima at debian dot org
2009-01-30 22:19 ` [Bug middle-end/39047] Segmentation fault in g++ at -O1 pinskia at gcc dot gnu dot org
2009-01-30 22:20 ` 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).