prod-options.c: Adjust scan for hppa*64*-*-*.

* gcc.dg/debug/dwarf2/prod-options.c: Adjust scan for hppa*64*-*-*.

From-SVN: r234860
This commit is contained in:
John David Anglin 2016-04-09 17:09:43 +00:00
parent da04822ac8
commit 8a976f5fb6
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2016-04-09 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/debug/dwarf2/prod-options.c: Adjust scan for hppa*64*-*-*.
* gcc.dg/pic-1.c: Skip on hppa*-*-*.
* gcc.dg/pie-1.c: Likewise.
* gcc.dg/pic-3.c: Skip on hppa*64*-*-*.

View file

@ -4,8 +4,8 @@
as well. */
/* { dg-do compile } */
/* { dg-options "-O2 -gdwarf -dA -fdebug-prefix-map=a=b" } */
/* { dg-final { scan-assembler "DW_AT_producer: \"GNU C" { target { { ! *-*-solaris2* } || gas } } } } */
/* { dg-final { scan-assembler "\"GNU C\[^\\n\\r\]+ DW_AT_producer" { target { *-*-solaris2* && { ! gas } } } } } */
/* { dg-final { scan-assembler "DW_AT_producer: \"GNU C" { target { { { ! *-*-solaris2* } || gas } && { ! hppa*64*-*-* } } } } } */
/* { dg-final { scan-assembler "\"GNU C\[^\\n\\r\]+ DW_AT_producer" { target { { *-*-solaris2* && { ! gas } } || { hppa*64*-*-* } } } } } */
/* { dg-final { scan-assembler-not "debug-prefix-map" } } */
void func (void)