This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32136] New: ICE with transfer in gfc_conv_array_initializer
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 May 2007 06:45:09 -0000
- Subject: [Bug fortran/32136] New: ICE with transfer in gfc_conv_array_initializer
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
x.f90: In function 'MAIN__':
x.f90:2: internal compiler error: in gfc_conv_array_initializer, at
fortran/trans-array.c:3693
for:
real(kind(0d0)), parameter :: r(1) = &
transfer(transfer(sqrt(2d0), (/ .true. /) ), (/ 0d0 /), 1)
print *,r
end
--
Summary: ICE with transfer in gfc_conv_array_initializer
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: burnus at gcc dot gnu dot org
OtherBugsDependingO 31237
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32136