|
| | Subject: | MODIFY_EXPR lhs | | Group: | Gcc | | From: | Paulo J. Matos | | Date: | 8 Mar 2007 |
Hello,
Why is it that a left hand side of a modify_expr usually had void_type
while other times it has integer, real or something else _type? One
pattern I'm detecting is that when the lhs is a user variable it has
void type, but when the lhs if a gcc generated variable, the modify
expr has the type of the variable. Is it like that?
Cheers,
--
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK
|