[Bug tree-optimization/31849] [4.3 Regression] Code size regression caused by fix to PR 31360
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 26 01:24:00 GMT 2007
------- Comment #28 from pinskia at gcc dot gnu dot org 2007-11-26 01:24 -------
A couple of comments about the patch.
+ #define CP_AUTOINC_OFFSET(CP) ((int) (size_t) (CP)->value)
I don't like this idea at all.
The patch should support pre increment also (this shows up on PPC) and pre/post
decrement.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31849
More information about the Gcc-bugs
mailing list