public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52772] New: internal compiler error: Segmentation fault
@ 2012-03-29 14:30 mario-baumann at web dot de
  2012-03-29 15:46 ` [Bug c++/52772] [4.8 Regression] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mario-baumann at web dot de @ 2012-03-29 14:30 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52772
           Summary: internal compiler error: Segmentation fault
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mario-baumann@web.de


Created attachment 27034
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27034
c++ source

Hi all,

compilation of attached c++ source file fails with

> g++ -m32 -O2 -c goo.cxx
goo.cxx: In member function 'int c8::tria(c7*, c5*)':
goo.cxx:81:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

-----------------------------------------------------------------------------
> uname -a
Linux ahsoka.intec.dom 2.6.32-220.7.1.el6.x86_64 #1 SMP Fri Feb 10 15:22:22 EST
2012 x86_64 x86_64 x86_64 GNU/Linux

> rpm -qa "glibc*" | grep -e 'glibc-[0-9]' | sort -u
glibc-2.12-1.47.el6_2.9.i686
glibc-2.12-1.47.el6_2.9.x86_64

> g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/app2/gcc/4.8.0-20120329-svn185950/i686/libexec/gcc/i686-unknown-linux-gnu/4.8.0/lto-wrapper
Target: i686-unknown-linux-gnu
Configured with: ./configure --prefix=/app2/gcc/4.8.0-20120329-svn185950/i686
--enable-languages=c,c++,fortran --disable-nls
--with-gmp=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-mpfr=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-mpc=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-ppl=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-cloog=/app2/gcc/4.8.0-20120329-svn185950/i686/aux --disable-multilib
--build=i686-unknown-linux-gnu
Thread model: posix
gcc version 4.8.0 20120329 (experimental) (GCC) 

> ld -v
GNU ld (GNU Binutils) 2.22.52.20120329


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

* [Bug c++/52772] [4.8 Regression] internal compiler error: Segmentation fault
  2012-03-29 14:30 [Bug c++/52772] New: internal compiler error: Segmentation fault mario-baumann at web dot de
@ 2012-03-29 15:46 ` jakub at gcc dot gnu.org
  2012-03-30  9:06 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-29 15:46 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-03-29
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |4.8.0
            Summary|internal compiler error:    |[4.8 Regression] internal
                   |Segmentation fault          |compiler error:
                   |                            |Segmentation fault
     Ever Confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-29 15:13:05 UTC ---
Richard, this is yours (or at least
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185913
makes it no longer latent if it was latent before).


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

* [Bug c++/52772] [4.8 Regression] internal compiler error: Segmentation fault
  2012-03-29 14:30 [Bug c++/52772] New: internal compiler error: Segmentation fault mario-baumann at web dot de
  2012-03-29 15:46 ` [Bug c++/52772] [4.8 Regression] " jakub at gcc dot gnu.org
@ 2012-03-30  9:06 ` rguenth at gcc dot gnu.org
  2012-03-30  9:45 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-30  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-30 09:04:47 UTC ---
Mine.


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

* [Bug c++/52772] [4.8 Regression] internal compiler error: Segmentation fault
  2012-03-29 14:30 [Bug c++/52772] New: internal compiler error: Segmentation fault mario-baumann at web dot de
  2012-03-29 15:46 ` [Bug c++/52772] [4.8 Regression] " jakub at gcc dot gnu.org
  2012-03-30  9:06 ` rguenth at gcc dot gnu.org
@ 2012-03-30  9:45 ` rguenth at gcc dot gnu.org
  2012-03-30 13:44 ` rguenth at gcc dot gnu.org
  2012-03-30 14:05 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-30  9:45 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-30 09:44:40 UTC ---
*** Bug 52780 has been marked as a duplicate of this bug. ***


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

* [Bug c++/52772] [4.8 Regression] internal compiler error: Segmentation fault
  2012-03-29 14:30 [Bug c++/52772] New: internal compiler error: Segmentation fault mario-baumann at web dot de
                   ` (2 preceding siblings ...)
  2012-03-30  9:45 ` rguenth at gcc dot gnu.org
@ 2012-03-30 13:44 ` rguenth at gcc dot gnu.org
  2012-03-30 14:05 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-30 13:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-30 13:40:31 UTC ---
Author: rguenth
Date: Fri Mar 30 13:40:17 2012
New Revision: 186011

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186011
Log:
2012-03-30  Richard Guenther <rguenther@suse.de>

    PR middle-end/52772
    * except.c (emit_to_new_bb_before): Move loop updating ...
    (dw2_build_landing_pads): ... here.  Use a proper block for
    querying the loop father.

    * g++.dg/torture/pr52772.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr52772.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/except.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/52772] [4.8 Regression] internal compiler error: Segmentation fault
  2012-03-29 14:30 [Bug c++/52772] New: internal compiler error: Segmentation fault mario-baumann at web dot de
                   ` (3 preceding siblings ...)
  2012-03-30 13:44 ` rguenth at gcc dot gnu.org
@ 2012-03-30 14:05 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-30 14:05 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-30 13:41:41 UTC ---
Fixed.


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

end of thread, other threads:[~2012-03-30 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 14:30 [Bug c++/52772] New: internal compiler error: Segmentation fault mario-baumann at web dot de
2012-03-29 15:46 ` [Bug c++/52772] [4.8 Regression] " jakub at gcc dot gnu.org
2012-03-30  9:06 ` rguenth at gcc dot gnu.org
2012-03-30  9:45 ` rguenth at gcc dot gnu.org
2012-03-30 13:44 ` rguenth at gcc dot gnu.org
2012-03-30 14:05 ` rguenth 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).