This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/13254] [gfortran] assertion failure
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2003 03:16:39 -0000
- Subject: [Bug fortran/13254] [gfortran] assertion failure
- References: <20031201031331.13254.dann@godzilla.ics.uci.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Summary|[gfortran] assertion failure|[gfortran] assertion failure
|in With: gcc version 3.5- |
|tree-ssa 20031130 (merged |
|20031123) |
|mymod.f90: |
|MODULE mymod |
|TYPE :: mymod_type |
Summary|CHARACTER(32) |
|MYFIELD |
|END TYPE |
|TYPE (mymod_type), |
|DIMENSION(:) |
Summary|ALLOCATABLE :: MYMOD_VALUE |
|END MODULE mymod |
|test.f90: |
|SUBROUTINE MYSUB (MYARG) |
|USE mymod |
|K = |
|INDEX(MYMOD_VALUE(1)%MYFIELD|
|(1:32) |
Summary|" ") |
|RETURN |
|END SUBROUTINE MYSUB |
|gfortran -c test.f90 |
|test.f90: In function |
|`mysub': |
|test.f90:3: fatal error: |
|character kind=0 not |
|available |
|compilation terminated. |
|Intel's compiler compiles |
|the above code. |
|[gfortran] Assertion |
Summary|failure in |
|gfc_get_symbol_decl |
Target Milestone|--- |tree-ssa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13254