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

           Summary: ICE on pointer assignment
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: fortran
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: m.a.hul...@tue.nl


Created attachment 22653
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22653
all the files

After typing 
make
I get:
gfortran -c  -O2    kind_defs.f90
gfortran -c  -O2    system_defs.f90
gfortran -c  -O2    system_vector.f90
gfortran -c  -O2    system.f90
gfortran -c  -O2    t.f90
t.f90: In function ‘t’:
t.f90:20:0: internal compiler error: in fold_convert_loc, at fold-const.c:2028
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [t.o] Error 1
[mart...@pc379 tmp]$ gfortran --version
GNU Fortran (GCC) 4.6.0 20101206 (experimental) [trunk revision 167484]
Copyright (C) 2010 Free Software Foundation, Inc.

Note, that if I concatenate all files into a single one, the ICE is gone.

Reply via email to