public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/56386] New: ICE with ASSOCIATE construct and an derived type array component
@ 2013-02-18 22:38 vladimir.fuka at gmail dot com
  2013-02-18 22:46 ` [Bug fortran/56386] [F03] " janus at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vladimir.fuka at gmail dot com @ 2013-02-18 22:38 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56386
           Summary: ICE with ASSOCIATE construct and an derived type array
                    component
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vladimir.fuka@gmail.com


Created attachment 29489
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29489
reproduction case source

The attached source causes an ICE with GCC-4.6, GCC-4.7 and GCC-4.8

> gfortran ice.f90 -c -v
Using built-in specs.
COLLECT_GCC=gfortran
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.8-20130217/configure --enable-languages=c,c++,fortran
--prefix=/usr/local/gcc-4.8
Thread model: posix
gcc version 4.8.0 20130217 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='-c' '-v' '-mtune=generic' '-march=x86-64'
 /usr/local/gcc-4.8/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/f951 ice.f90 -quiet
-dumpbase ice.f90 -mtune=generic -march=x86-64 -auxbase ice -version
-fintrinsic-modules-path
/usr/local/gcc-4.8/lib64/gcc/x86_64-unknown-linux-gnu/4.8.0/finclude -o
/tmp/ccc6FYBT.s
GNU Fortran (GCC) version 4.8.0 20130217 (experimental)
(x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.8.0 20130217 (experimental), GMP version
5.0.5, MPFR version 3.1.0-p1, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU Fortran (GCC) version 4.8.0 20130217 (experimental)
(x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.8.0 20130217 (experimental), GMP version
5.0.5, MPFR version 3.1.0-p1, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
ice.f90: In function ‘customsolidbodies’:
ice.f90:15:0: internal compiler error: in gfc_conv_component_ref, at
fortran/trans-expr.c:1574
        PrTer%elev=0
 ^
0x5e5ac3 gfc_conv_component_ref
        ../../gcc-4.8-20130217/gcc/fortran/trans-expr.c:1574
0x5f2721 gfc_conv_variable
        ../../gcc-4.8-20130217/gcc/fortran/trans-expr.c:1817
0x5ef1da gfc_conv_expr(gfc_se*, gfc_expr*)
        ../../gcc-4.8-20130217/gcc/fortran/trans-expr.c:6266
0x5f55cc gfc_trans_assignment_1
        ../../gcc-4.8-20130217/gcc/fortran/trans-expr.c:7754
0x5bc331 trans_code
        ../../gcc-4.8-20130217/gcc/fortran/trans.c:1422
0x619e18 gfc_trans_block_construct(gfc_code*)
        ../../gcc-4.8-20130217/gcc/fortran/trans-stmt.c:1342
0x5bc0e7 trans_code
        ../../gcc-4.8-20130217/gcc/fortran/trans.c:1527
0x5e312e gfc_generate_function_code(gfc_namespace*)
        ../../gcc-4.8-20130217/gcc/fortran/trans-decl.c:5395
0x57c360 translate_all_program_units
        ../../gcc-4.8-20130217/gcc/fortran/parse.c:4468
0x57c360 gfc_parse_file()
        ../../gcc-4.8-20130217/gcc/fortran/parse.c:4682
0x5b79f5 gfc_be_parse_file
        ../../gcc-4.8-20130217/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.


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

end of thread, other threads:[~2015-02-09 11:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-18 22:38 [Bug fortran/56386] New: ICE with ASSOCIATE construct and an derived type array component vladimir.fuka at gmail dot com
2013-02-18 22:46 ` [Bug fortran/56386] [F03] " janus at gcc dot gnu.org
2013-04-16 17:17 ` burnus at gcc dot gnu.org
2013-04-16 17:40 ` vladimir.fuka at gmail dot com
2015-02-09 11:14 ` dominiq at lps dot ens.fr

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).