This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/50799] [4.7 Regression] FAIL: gcc.dg/guality/pr43177.c
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Oct 2011 22:41:19 +0000
- Subject: [Bug debug/50799] [4.7 Regression] FAIL: gcc.dg/guality/pr43177.c
- Auto-submitted: auto-generated
- References: <bug-50799-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50799
--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> 2011-10-20 22:41:19 UTC ---
(In reply to comment #6)
> What kind of error are you getting from gdb 7.3? Since 7.2 is getting the
> correct info, that's the bug report that ought to be submitted to GDB.
I got
Breakpoint 1, baz (x=<optimized out>) at
/export/gnu/import/git/gcc/gcc/testsuite/gcc.dg/guality/pr43177.c:24^M
24 bar (l);/* { dg-final { gdb-test 24 "x" "7" } } */^M
$1 = <optimized out>^M
$2 = 7^M
<optimized out> != 7
It could be a GDB regression.