public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213
@ 2012-09-03 12:00 mario-baumann at web dot de
  2012-09-03 12:17 ` [Bug fortran/54467] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mario-baumann at web dot de @ 2012-09-03 12:00 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54467
           Summary: f951: internal compiler error: in
                    gfc_add_component_ref, at fortran/class.c:213
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mario-baumann@web.de


Created attachment 28123
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28123
fortran 90 source

Attached f90 source file failed during compilation with -O0. It worked fine
with 4.7.1.

> gfortran -m64 -O0 -c foo.f90
f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213
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-279.5.2.el6.x86_64 #1 SMP Tue Aug 14 11:36:39 EDT
2012 x86_64 x86_64 x86_64 GNU/Linux

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

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

> ld -v
GNU ld (GNU Binutils) 2.23.51.20120903


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

* [Bug fortran/54467] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213
  2012-09-03 12:00 [Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213 mario-baumann at web dot de
@ 2012-09-03 12:17 ` dominiq at lps dot ens.fr
  2012-09-03 13:49 ` [Bug fortran/54467] [4.8 Regression] " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-09-03 12:17 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus@net-b.de

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-09-03 12:17:18 UTC ---
I don't see it at revision 190862. This could be related to the bunch of new
failures seen at r190872:
see http://gcc.gnu.org/ml/gcc-testresults/2012-09/msg00160.html


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

* [Bug fortran/54467] [4.8 Regression] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213
  2012-09-03 12:00 [Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213 mario-baumann at web dot de
  2012-09-03 12:17 ` [Bug fortran/54467] " dominiq at lps dot ens.fr
@ 2012-09-03 13:49 ` rguenth at gcc dot gnu.org
  2012-09-03 14:07 ` burnus at gcc dot gnu.org
  2012-09-06  7:15 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-09-03 13:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-09-03
   Target Milestone|---                         |4.8.0
            Summary|f951: internal compiler     |[4.8 Regression] f951:
                   |error: in                   |internal compiler error: in
                   |gfc_add_component_ref, at   |gfc_add_component_ref, at
                   |fortran/class.c:213         |fortran/class.c:213
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-03 13:49:04 UTC ---
Confirmed.


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

* [Bug fortran/54467] [4.8 Regression] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213
  2012-09-03 12:00 [Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213 mario-baumann at web dot de
  2012-09-03 12:17 ` [Bug fortran/54467] " dominiq at lps dot ens.fr
  2012-09-03 13:49 ` [Bug fortran/54467] [4.8 Regression] " rguenth at gcc dot gnu.org
@ 2012-09-03 14:07 ` burnus at gcc dot gnu.org
  2012-09-06  7:15 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-09-03 14:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-09-03 14:06:31 UTC ---
Author: burnus
Date: Mon Sep  3 14:06:27 2012
New Revision: 190892

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190892
Log:
2012-09-03  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54467
        * class.c (gfc_find_derived_vtab): Fix disabling of _final
        by continuing to generate normal type-bound procedures.


Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/class.c


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

* [Bug fortran/54467] [4.8 Regression] f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213
  2012-09-03 12:00 [Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213 mario-baumann at web dot de
                   ` (2 preceding siblings ...)
  2012-09-03 14:07 ` burnus at gcc dot gnu.org
@ 2012-09-06  7:15 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-09-06  7:15 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |burnus at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-09-06 07:14:22 UTC ---
FIXED - sorry for the breakage and thanks for the report!


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

end of thread, other threads:[~2012-09-06  7:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-03 12:00 [Bug fortran/54467] New: f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:213 mario-baumann at web dot de
2012-09-03 12:17 ` [Bug fortran/54467] " dominiq at lps dot ens.fr
2012-09-03 13:49 ` [Bug fortran/54467] [4.8 Regression] " rguenth at gcc dot gnu.org
2012-09-03 14:07 ` burnus at gcc dot gnu.org
2012-09-06  7:15 ` burnus 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).