[Bug target/46393] [4.9/5/6 Regression] m68k code size regression

2016-01-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46393 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.9.4

[Bug target/46393] [4.9/5/6 Regression] m68k code size regression

2016-01-20 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46393 --- Comment #1 from Jeffrey A. Law --- It appears the problem starts with forwprop turning the pointer accesses into array/structure memory accesses. This is generally a good thing. However, in this instance it makes it awful hard to recover

[Bug target/46393] [4.9/5/6 Regression] m68k code size regression

2016-01-20 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46393 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P4 Summary|m68k code size