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/17737] New: ICE in gfc_assign_data_value, at fortran/data.c:319


The attached code leads to an ICE when compiled with 
 
GNU Fortran 95 (GCC 4.0.0 20040928 (experimental)) 
 
with the options 
 
-ffixed-line-length-none -c -march=pentium4 -malign-double -g3 
 
The error message is 
 
city3s.f:0: internal compiler error: in gfc_assign_data_value, at 
fortran/data.c:319 
 
Note that the source code contains a data statement that is supposed to fill a 
character variable, and the value given is longer than the variable.

-- 
           Summary: ICE in gfc_assign_data_value, at fortran/data.c:319
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17737


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