public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/57542] New: [OOP, Fortran] ICE on FINALization with specific options
@ 2013-06-06 11:26 sfilippone at uniroma2 dot it
  2013-06-06 14:16 ` [Bug fortran/57542] [4.9 Regression][OOP] " burnus at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sfilippone at uniroma2 dot it @ 2013-06-06 11:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57542
           Summary: [OOP, Fortran] ICE on FINALization with specific
                    options
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sfilippone at uniroma2 dot it

Created attachment 30267
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30267&action=edit
Test case

The attached code triggers an ICE with debug options  -O0 -ggdb -fcheck=all  

----------------------------  log -----------------------------------
[sfilippo@jacobi BugDeallocateFinal]$ gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/gnu49/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr/local/gnu49
--enable-languages=c,c++,fortran --with-gmp=/home/travel/GNUBUILD/gmp
--with-mpfr=/home/travel/GNUBUILD/mpfr --with-mpc=/home/travel/GNUBUILD/mpc
--with-cloog=/home/travel/GNUBUILD/cloog : (reconfigured) ../gcc/configure
--prefix=/usr/local/gnu49 --enable-languages=c,c++,fortran
--with-gmp=/home/travel/GNUBUILD/gmp --with-mpfr=/home/travel/GNUBUILD/mpfr
--with-mpc=/home/travel/GNUBUILD/mpc --with-cloog=/home/travel/GNUBUILD/cloog :
(reconfigured) ../gcc/configure --prefix=/usr/local/gnu49
--enable-languages=c,c++,fortran --with-gmp=/home/travel/GNUBUILD/gmp
--with-mpfr=/home/travel/GNUBUILD/mpfr --with-mpc=/home/travel/GNUBUILD/mpc
--with-cloog=/home/travel/GNUBUILD/cloog : (reconfigured) ../gcc/configure
--prefix=/usr/local/gnu49 --enable-languages=c,c++,fortran
--with-gmp=/home/travel/GNUBUILD/gmp --with-mpfr=/home/travel/GNUBUILD/mpfr
--with-mpc=/home/travel/GNUBUILD/mpc --with-cloog=/home/travel/GNUBUILD/cloog
Thread model: posix
gcc version 4.9.0 20130605 (experimental) (GCC) 

[sfilippo@jacobi BugDeallocateFinal]$ gfortran -c -O3  testFinal.f90 

[sfilippo@jacobi BugDeallocateFinal]$ gfortran -c -O0 -ggdb -fcheck=all 
testFinal.f90 
testFinal.f90: In function 'testfinal':
testFinal.f90:24:0: internal compiler error: in gfc_build_final_call, at
fortran/trans.c:898
   deallocate(var%v(1)%item%item)
 ^
0x5b97d1 gfc_build_final_call
        ../../gcc/gcc/fortran/trans.c:898
0x5b97d1 gfc_add_finalizer_call(stmtblock_t*, gfc_expr*)
        ../../gcc/gcc/fortran/trans.c:1014
0x5b9aee gfc_deallocate_scalar_with_status(tree_node*, tree_node*, bool,
gfc_expr*, gfc_typespec)
        ../../gcc/gcc/fortran/trans.c:1298
0x61c174 gfc_trans_deallocate(gfc_code*)
        ../../gcc/gcc/fortran/trans-stmt.c:5429
0x5b8a47 trans_code
        ../../gcc/gcc/fortran/trans.c:1683
0x5e0cce gfc_generate_function_code(gfc_namespace*)
        ../../gcc/gcc/fortran/trans-decl.c:5460
0x5788f8 translate_all_program_units
        ../../gcc/gcc/fortran/parse.c:4509
0x5788f8 gfc_parse_file()
        ../../gcc/gcc/fortran/parse.c:4706
0x5b47f5 gfc_be_parse_file
        ../../gcc/gcc/fortran/f95-lang.c:189
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
[sfilippo@jacobi BugDeallocateFinal]$


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

* [Bug fortran/57542] [4.9 Regression][OOP] ICE on FINALization with specific options
  2013-06-06 11:26 [Bug fortran/57542] New: [OOP, Fortran] ICE on FINALization with specific options sfilippone at uniroma2 dot it
@ 2013-06-06 14:16 ` burnus at gcc dot gnu.org
  2013-06-06 14:37 ` burnus at gcc dot gnu.org
  2013-06-06 14:37 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-06-06 14:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
                 CC|                            |burnus at gcc dot gnu.org
   Target Milestone|---                         |4.9.0
            Summary|[OOP, Fortran] ICE on       |[4.9 Regression][OOP] ICE
                   |FINALization with specific  |on FINALization with
                   |options                     |specific options


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

* [Bug fortran/57542] [4.9 Regression][OOP] ICE on FINALization with specific options
  2013-06-06 11:26 [Bug fortran/57542] New: [OOP, Fortran] ICE on FINALization with specific options sfilippone at uniroma2 dot it
  2013-06-06 14:16 ` [Bug fortran/57542] [4.9 Regression][OOP] " burnus at gcc dot gnu.org
  2013-06-06 14:37 ` burnus at gcc dot gnu.org
@ 2013-06-06 14:37 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-06-06 14:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Author: burnus
Date: Thu Jun  6 14:36:41 2013
New Revision: 199736

URL: http://gcc.gnu.org/viewcvs?rev=199736&root=gcc&view=rev
Log:
2013-06-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/57542
        * trans.c (gfc_build_final_call): Add se.pre to the block
        and modify the assert.

2013-06-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/57542
        * gfortran.dg/finalize_16.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/finalize_16.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/57542] [4.9 Regression][OOP] ICE on FINALization with specific options
  2013-06-06 11:26 [Bug fortran/57542] New: [OOP, Fortran] ICE on FINALization with specific options sfilippone at uniroma2 dot it
  2013-06-06 14:16 ` [Bug fortran/57542] [4.9 Regression][OOP] " burnus at gcc dot gnu.org
@ 2013-06-06 14:37 ` burnus at gcc dot gnu.org
  2013-06-06 14:37 ` burnus at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2013-06-06 14:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED.

Thanks for the report!


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

end of thread, other threads:[~2013-06-06 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-06 11:26 [Bug fortran/57542] New: [OOP, Fortran] ICE on FINALization with specific options sfilippone at uniroma2 dot it
2013-06-06 14:16 ` [Bug fortran/57542] [4.9 Regression][OOP] " burnus at gcc dot gnu.org
2013-06-06 14:37 ` burnus at gcc dot gnu.org
2013-06-06 14:37 ` 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).