[Bug c/30313] [4.1/4.2/4.3 Regression] sizeof of expression including bit-field
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jan 8 04:06:00 GMT 2007
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-08 04:06 -------
The problem here is that the type of the component_ref is the same as the int
so when we fold the x.i+0 into x.i, we don't have a NOP_EXPR.
Janis,
Can you do a regression hunt on this bug?
Thanks,
Andrew
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |janis at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30313
More information about the Gcc-bugs
mailing list