------- 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