[Bug regression/24978] New: ICE in gfc_assign_data_value_range

uttamp at us dot ibm dot com gcc-bugzilla@gcc.gnu.org
Mon Nov 21 19:57:00 GMT 2005


Following code is causing the internal compiler error.

$ cat test.f90
       real            :: a(5,5)
       data a/25*1.0/
       data a(1,1), a(3,1), a(1,2), a(3,3) /2*1.0, 2*2.0/
       data a(2:5,4) /4*1.0/
       end

$ gfortran test.f90
t38.f90:0: internal compiler error: in gfc_assign_data_value_range, at
fortran/data.c:423
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

$ gfortran -v
Using built-in specs.
Target: powerpc64-linux
Configured with: /home/gccbuild/gcc_trunk_anonsvn/trunk/configure
--prefix=/opt/gcc-nightly/trunk-20051117 --build=powerpc64-linux
--host=powerpc64-linux --target=powerpc64-linux --with-cpu=default32
--with-as=/opt/gcc-nightly/trunk-20051117/bin/as
--with-ld=/opt/gcc-nightly/trunk-20051117/bin/ld --enable-threads=posix
--enable-shared --enable-__cxa_atexit
--enable-languages=c,c++,f95,java,objc,obj-c++ --enable-checking
--with-mpfr=/opt/gcc-nightly/trunk-20051117
Thread model: posix
gcc version 4.1.0 20051117 (experimental)


-- 
           Summary: ICE in gfc_assign_data_value_range
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: uttamp at us dot ibm dot com
 GCC build triplet: powerpc64-linux
  GCC host triplet: powerpc64-linux
GCC target triplet: powerpc64-linux


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



More information about the Gcc-bugs mailing list