diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-02-04 01:16:54 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-02-04 01:16:54 +0000 |
commit | d8bf159ef2dc8c640a8ed915c001aad85a03de98 (patch) | |
tree | 99e0f67270a4a7b24779c658f439382df5342cc0 /gcc | |
parent | d8a09adacf5b8f24e4ce1f888ab44bee691efad7 (diff) | |
download | gcc-d8bf159ef2dc8c640a8ed915c001aad85a03de98.zip gcc-d8bf159ef2dc8c640a8ed915c001aad85a03de98.tar.gz gcc-d8bf159ef2dc8c640a8ed915c001aad85a03de98.tar.bz2 |
pr78112-2.C: Skip on hppa*-*-hpux*.
* g++.dg/pr78112-2.C: Skip on hppa*-*-hpux*.
* gcc.c-torture/execute/pr78622.c: Likewise.
From-SVN: r245180
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/pr78112-2.C | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/pr78622.c | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9c97dcd..5b4585b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2017-02-03 John David Anglin <danglin@gcc.gnu.org> + * g++.dg/pr78112-2.C: Skip on hppa*-*-hpux*. + * gcc.c-torture/execute/pr78622.c: Likewise. + * c-c++-common/Wunused-var-15.c: Add -fno-common additional option on hppa*-*-hpux*. * c-c++-common/Wunused-var-16.c: Likewise. diff --git a/gcc/testsuite/g++.dg/pr78112-2.C b/gcc/testsuite/g++.dg/pr78112-2.C index d9d18ff..7ffaee8 100644 --- a/gcc/testsuite/g++.dg/pr78112-2.C +++ b/gcc/testsuite/g++.dg/pr78112-2.C @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-skip-if "No dwarf debug support" { hppa*-*-hpux* } "*" "" } */ /* { dg-options "-g -dA -gdwarf-4 -std=gnu++11" } */ /* { dg-options "-g -dA -std=gnu++11 -gdwarf-4" } */ /* { dg-final { scan-assembler-times DW_AT_object_pointer 18 } } */ diff --git a/gcc/testsuite/gcc.c-torture/execute/pr78622.c b/gcc/testsuite/gcc.c-torture/execute/pr78622.c index b62febd9..85084be 100644 --- a/gcc/testsuite/gcc.c-torture/execute/pr78622.c +++ b/gcc/testsuite/gcc.c-torture/execute/pr78622.c @@ -1,5 +1,6 @@ /* PR middle-end/78622 - [7 Regression] -Wformat-overflow/-fprintf-return-value incorrect with overflow/wrapping + { dg-skip-if "Requires %hhd format" { hppa*-*-hpux* } { "*" } { "" } } { dg-additional-options "-Wformat-overflow=2" } */ __attribute__((noinline, noclone)) int |