re PR testsuite/89472 (FAIL: gcc.dg/debug/dwarf2/inline5.c scan-assembler-times DW_TA...
authorJohn David Anglin <dave.anglin@bell.net>
Sat, 9 Mar 2019 22:13:01 +0000 (22:13 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Mar 2019 22:13:01 +0000 (22:13 +0000)
PR testsuite/89472
* gcc.dg/debug/dwarf2/inline5.c: XFAIL one scan-assembler-times check.

From-SVN: r269540

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c

index 769a5e991919499efbd9f50c1b86b4595eade148..e5153d837aea932e8fe4e00bf9b92425da9456a3 100644 (file)
@@ -1,3 +1,8 @@
+2019-03-09  John David Anglin  <dave.anglin@bell.net>
+
+       PR testsuite/89472
+       * gcc.dg/debug/dwarf2/inline5.c: XFAIL one scan-assembler-times check.
+
 2019-03-09  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/87750
index 029438e6dc09c23efc2a28d507c0080554fed0ff..7587a283a7db07384ba36bf3ee248d56b3d97830 100644 (file)
@@ -5,7 +5,7 @@
 /* { dg-do compile } */
 /* { dg-final { scan-assembler-times "DW_TAG_inlined_subroutine" 2 } } */
 /* { dg-final { scan-assembler-times "DW_TAG_lexical_block\\)\[^#/!@;\\|\]*\[#/!@;\\|\]+ +DW_AT_abstract_origin" 2 } } */
-/* { dg-final { scan-assembler-times "DW_TAG_lexical_block\\)\[^#/!@;\\|\]*\[#/!@;\\|\]+ +\[^#/!@\\|\]*\\(DIE \\(0x\[0-9a-f\]*\\) DW_TAG_variable" 1 } } */
+/* { dg-final { scan-assembler-times "DW_TAG_lexical_block\\)\[^#/!@;\\|\]*\[#/!@;\\|\]+ +\[^#/!@\\|\]*\\(DIE \\(0x\[0-9a-f\]*\\) DW_TAG_variable" 1 { xfail hppa*-*-* } } } */
 /* We do not know which is output first so look for both invalid abstract
    origins on the lexical blocks (knowing that the abstract instance has
    no attribute following the DW_TAG_lexical_block.  */