[Bug rtl-optimization/85059] Compiling with -Og should preserve variable values

2018-03-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85059 --- Comment #2 from Richard Biener --- Note that -Og is to optimize the debugging experience _while still optimizing_. In that sense the aim is to be more like -O1 for runtime performance but more like -O0 for debugging experience. Those are of

[Bug rtl-optimization/85059] Compiling with -Og should preserve variable values

2018-03-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85059 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|