This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/47590] var tracking produces wrong debug in code where optimization is turned off using pragma


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47590

--- Comment #3 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-03-27 13:01:26 UTC ---
Created attachment 23780
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23780
Patch that fixes the bug on all affected targets

The introduction of option saving and restoring broke the special handling of
flag_var_tracking on the targets that delayed it.  This patch fixes it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]