aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2024-01-19 17:06:01 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2024-01-19 17:09:29 +0000
commit81417a42470cc6e448370341a2fc8a17a7c52c85 (patch)
treeebe5fd05e5dcdf0f235d47d339b7e1b0c0ac5d96 /gcc
parent69d91f095482d92f639163dbb4dea65b465147c5 (diff)
downloadgcc-81417a42470cc6e448370341a2fc8a17a7c52c85.zip
gcc-81417a42470cc6e448370341a2fc8a17a7c52c85.tar.gz
gcc-81417a42470cc6e448370341a2fc8a17a7c52c85.tar.bz2
Limit dg-xfail-run-if for *-*-hpux11.[012]* to -O0
2024-01-19 John David Anglin <danglin@gcc.gnu.org> gcc/testsuite/ChangeLog: * gcc.dg/torture/pr47917.c: Limit dg-xfail-run-if for hpux11.[012]* to -O0.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr47917.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr47917.c b/gcc/testsuite/gcc.dg/torture/pr47917.c
index 5724907..32c99c6 100644
--- a/gcc/testsuite/gcc.dg/torture/pr47917.c
+++ b/gcc/testsuite/gcc.dg/torture/pr47917.c
@@ -2,7 +2,7 @@
/* { dg-options "-std=c99" } */
/* { dg-options "-std=gnu99" { target *-*-hpux* } } */
/* { dg-additional-options "-D__USE_MINGW_ANSI_STDIO=1" { target *-*-mingw* } } */
-/* { dg-xfail-run-if "non-conforming C99 snprintf" { *-*-hpux11.[012]* } } */
+/* { dg-xfail-run-if "non-conforming C99 snprintf" { *-*-hpux11.[012]* } { "-O0" } } */
/* PR middle-end/47917 */