diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/pr43191.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr43191.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/pr43191.c b/gcc/testsuite/gcc.c-torture/compile/pr43191.c index 9c8d1444cf9..f4ec0b4770d 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr43191.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr43191.c @@ -1,3 +1,4 @@ +/* { dg-skip-if "Ints are 16 bits" { "pdp11-*-*" } { "*" } { "" } } */ struct S0 { }; |