http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56945
Bug #: 56945
Summary: internal compiler error: in
lhd_set_decl_assembler_name, at langhooks.c:158
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: [email protected]
ReportedBy: [email protected]
when compile the following code, gfortran give the above error message.
module errmsg
character(len=:), allocatable :: errtxt
end module errmsg
gfortran -c -Wall -Wextra errmsg.f90
f951.exe: internal compiler error: in lhd_set_decl_assembler_name, at
langhooks.
c:158
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.