From: Rainer Orth Date: Fri, 22 Jul 2011 16:31:52 +0000 (+0000) Subject: re PR debug/47393 (g++.dg/debug/dwarf2/icf.C FAILs on IRIX) X-Git-Tag: releases/gcc-4.5.4~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67762fb8ed84b7b7608f7635d83373cbefd4d91;p=thirdparty%2Fgcc.git re PR debug/47393 (g++.dg/debug/dwarf2/icf.C FAILs on IRIX) PR debug/47393 * g++.dg/debug/dwarf2/icf.C: XFAIL some scan-assembler on mips-sgi-irix*. From-SVN: r176640 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7ca92a4b14d8..37f04001d3bb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-07-22 Rainer Orth + + PR debug/47393 + * g++.dg/debug/dwarf2/icf.C: XFAIL some scan-assembler on + mips-sgi-irix*. + 2011-07-21 Uros Bizjak * lib/target-supports.exp (check_avx_os_support_available): New. diff --git a/gcc/testsuite/g++.dg/debug/dwarf2/icf.C b/gcc/testsuite/g++.dg/debug/dwarf2/icf.C index 627b8347797a..fd8fb9534a7a 100644 --- a/gcc/testsuite/g++.dg/debug/dwarf2/icf.C +++ b/gcc/testsuite/g++.dg/debug/dwarf2/icf.C @@ -40,11 +40,11 @@ test2(A* a) // Verify that we get .debug_dcall and .debug_vcall tables generated // and that we see entries for both virtual calls. -// { dg-final { scan-assembler "\\.section.*\.debug_dcall" } } +// { dg-final { scan-assembler "\\.section.*\.debug_dcall" { xfail mips-sgi-irix* } } } // { dg-final { scan-assembler "\\.section.*\.debug_vcall" } } -// { dg-final { scan-assembler "New caller" } } -// { dg-final { scan-assembler "Caller DIE offset" } } +// { dg-final { scan-assembler "New caller" { xfail mips-sgi-irix* } } } +// { dg-final { scan-assembler "Caller DIE offset" { xfail mips-sgi-irix* } } } // { dg-final { scan-assembler "Point of call" } } -// { dg-final { scan-assembler "Callee DIE offset" } } +// { dg-final { scan-assembler "Callee DIE offset" { xfail mips-sgi-irix* } } } // { dg-final { scan-assembler "0x0.*Vtable slot" } } // { dg-final { scan-assembler "0x1.*Vtable slot" } }