[Bug fortran/39931] ICE on invalid Fortran 95 code (bad pointer assignment), gimplify_expr at gimplify.c:6315

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Apr 27 15:17:00 GMT 2009



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-04-27 15:16 -------
Well, the FE asks us to gimplify

&face->bla = blu;

which obviously cannot work (you cannot assign to an address).  I would suggest
to put error_mark_node there.


-- 


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



More information about the Gcc-bugs mailing list