[Bug debug/78685] -Og generates too many ""s

2018-06-29 Thread fredrik at dolda2000 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78685 --- Comment #11 from Fredrik Tolf --- (In reply to Richard Biener from comment #10) > That is, it is reasonable to lose track of z in > > int a = (x + z) + b; > > but only after x + z is computed. Just for the record, I disagree that it's ok

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

2018-03-23 Thread fredrik at dolda2000 dot com
Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: fredrik at dolda2000 dot com Target Milestone: --- One of the most valuable resources when debugging is being able to see the values of variables (including function arguments), even when those values are