This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/56945] New: internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:158


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: unassigned@gcc.gnu.org
        ReportedBy: jszhao@yeah.net


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]