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 21:04:59 +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 #7 from H.J. Lu <hjl.tools at gmail dot com> 2011-10-20 21:04:59 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.
My understanding is most of guality tests are skipped with older
GDB, like
# make check-gcc RUNTESTFLAGS="guality.exp=pr43177.c"
...
# of expected passes 20
# of unsupported tests 28
Is gcc.dg/guality/pr43177.c tested with GDB 7.2?