This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] filter_expr and exc_ptr_expr as gimple ID?
- From: Jan Hubicka <jh at suse dot cz>
- To: gcc at gcc dot gnu dot org, rth at redhat dot com
- Date: Sat, 13 Dec 2003 01:09:07 +0100
- Subject: [tree-ssa] filter_expr and exc_ptr_expr as gimple ID?
Hi,
filter_expr and exc_ptr_expr can appear at left hand side of
modify_expr.
According to the current GIMPLE grammar this is invalid. It seems to me
that these should be accepted as gimple ID, is that right?
Honza