From: Hans-Peter Nilsson Date: Fri, 14 Sep 2007 06:48:17 +0000 (+0000) Subject: re PR debug/33429 (debug info for class2 in g++.dg/other/unused1.C requires -femit... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6adf1bd514c75ed0e7610dfa1ac6bf9c3304e286;p=platform%2Fupstream%2Fgcc.git re PR debug/33429 (debug info for class2 in g++.dg/other/unused1.C requires -femit-class-debug-always) PR debug/33429 * g++.dg/other/unused1.C: XFAIL class2 scan. From-SVN: r128489 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 90cbdad..10a5324 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-09-14 Hans-Peter Nilsson + + PR debug/33429 + * g++.dg/other/unused1.C: XFAIL class2 scan. + 2007-09-13 Tobias Burnus PR fortran/33343 diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C index e7e9215..d652f41 100644 --- a/gcc/testsuite/g++.dg/other/unused1.C +++ b/gcc/testsuite/g++.dg/other/unused1.C @@ -44,5 +44,6 @@ int bar5 (void) /* { dg-final { scan-assembler "foo" } } */ /* { dg-final { scan-assembler "boo" } } */ /* { dg-final { scan-assembler "cue" } } */ -/* { dg-final { scan-assembler "(string|ascii?)z?\[\t \]\"class2(\"|\\\\0)" } } */ +/* The xfail below is for PR33429. */ +/* { dg-final { scan-assembler "(string|ascii?)z?\[\t \]\"class2(\"|\\\\0)" { xfail *-*-* } } } */ /* { dg-final { scan-assembler "(string|ascii?)z?\[\t \]\"printer(\"|\\\\0)" } } */