This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/36668] [4.4 Regression] FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
- From: "hp at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2008 12:37:01 -0000
- Subject: [Bug debug/36668] [4.4 Regression] FAIL: g++.dg/other/PR23205.C scan-assembler .stabs.*foobar:c=i
- References: <bug-36668-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from hp at gcc dot gnu dot org 2008-07-20 12:37 -------
For cris-elf (and crisv32-elf), it was introduced between
r136899(*) and r136903, in which the only suspect patch is Honza's enable
unit-at-a-time/-fno-toplevel-reorder patch.
In PR23205.s for cris-elf and crisv32-elf, the only stabs line matching
"foobar" is:
.stabs "foobar:S(0,25)=k(0,7)",38,0,5,__ZL6foobar
*) with a subsequently committed patch applied; that revision didn't actually
build.
Honza, are you working on this or should it be xfailed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36668