This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/42680] [fortran-dev, Regression] ICE in gimplify_expr, at gimplify.c:7176
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jan 2010 21:30:36 -0000
- Subject: [Bug fortran/42680] [fortran-dev, Regression] ICE in gimplify_expr, at gimplify.c:7176
- References: <bug-42680-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rguenth at gcc dot gnu dot org 2010-01-10 21:30 -------
You cannot wrap a function call inside a view-convert expr - at least the
gimplifier cannot deal with it by moving the view-convert to the LHS
which might not be possible in all cases anyway.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42680