------- Comment #2 from jpr at csc dot fi  2008-09-19 09:25 -------
This invalid peace of code gives an ICE:

program test
  integer, pointer :: a(:),b(:)
  a(1) => b(1)
end program test


gfortran -c test.f90
test.f90: In function 'test':
test.f90:3: internal compiler error: in gimplify_expr, at gimplify.c:7056
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 

jpr at csc dot fi changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpr at csc dot fi


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

Reply via email to