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
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