This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/35746] [4.3/4.4 regression] ICE with undefined variables
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Mar 2008 00:50:59 -0000
- Subject: [Bug c/35746] [4.3/4.4 regression] ICE with undefined variables
- References: <bug-35746-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-30 00:50 -------
So this was introduced by the gimplify_modify_expr changes. The C++ front-end
actually produces error_mark_node for the call, maybe the C front-end should do
the same.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35746