This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37580] invalid code accepted without notice
- From: "jpr at csc dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Sep 2008 09:25:36 -0000
- Subject: [Bug fortran/37580] invalid code accepted without notice
- References: <bug-37580-11807@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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