This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: new FAILs on HEAD
- From: Ziemowit Laski <zlaski at apple dot com>
- To: Michael Ritzert <gcc at server2 dot mailsys dot de>, gcc-regression at gcc dot gnu dot org
- Date: Fri, 17 Dec 2004 10:34:04 -0800
- Subject: Re: new FAILs on HEAD
- References: <20041217074001.GA40916@server2.mailsys.de>
Oops, sorry about this. When constructing the test case, I borrowed
the relevant dg- voodoo from gcc.dg/20040813-1.c; specifically,
/* { dg-do compile } */
/* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* } { "*" } { "" } } */
/* { dg-options "-gstabs" } */
I'm a bit surprised that this test got run on Linux at all (I thought
Linux was DWARF country?); at any rate, it would appear that my
scan-assembler regexp is not general enough, and I'd appreciate any
info on the various syntactic/lexical variations it should handle.
Thanks,
--Zem
On 16 Dec 2004, at 23.40, Michael Ritzert wrote:
If you directly receive this mail, your name is tagged to one of the
ChangeLog
entries. A copy is also mailed to gcc-regressions.
The build system:
Fedora Core release 3 (Heidelberg)
i686
i686-pc-linux-gnu
configure flags: --enable-threads=posix --prefix=/opt/gcc-HEAD
--enable-__cxa_atexit --with-system-zlib
--enable-languages=c,c++,f95,java,objc
These new FAILs appeared since the last run:
FAIL: objc.dg/stabs-1.m scan-assembler
.text\\n\\t.stabs.*100,0,0,Letext[0-9]*\\nLetext
The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1103258819.tar.bz2
These are the new ChangeLog entries since the last run:
2004-12-16 Ziemowit Laski <zlaski@apple.com>
* objc.dg/stabs-1.m: New test.