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/55056] [4.8 Regression] -O0 -g missing location for register double var


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

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-10-24 15:23:19 UTC ---
-Og -g0 is a total failure of everything, such as:

-Breakpoint 2, func2 () at ./gdb.base/return.c:12
-12       return -5;
-(gdb) PASS: gdb.base/return.exp: continue to return of -5
+Breakpoint 2, func2 () at ./gdb.base/return.c:13
+13     }
+(gdb) FAIL: gdb.base/return.exp: continue to return of -5


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