Bug 20651 - gfortran: ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224
Summary: gfortran: ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224
Status: RESOLVED DUPLICATE of bug 12366
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-26 21:40 UTC by Harald Anlauf
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Anlauf 2005-03-26 21:40:07 UTC
Hi,

program gfcbug26
  integer, parameter, dimension (1) :: I = (/ 65 /)
  print *, achar ( I( (/ (/ 1 /) /) ) )
end program gfcbug26

crashes gfortran with:

gfcbug26.f90: In function 'MAIN__':
gfcbug26.f90:3: internal compiler error: in gfc_conv_ss_descriptor, at
fortran/trans-array.c:1224

Cheers,
-ha
Comment 1 Andrew Pinski 2005-03-26 22:02:16 UTC

*** This bug has been marked as a duplicate of 12366 ***