summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/20020411-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/20020411-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/20020411-1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/20020411-1.c b/gcc/testsuite/gcc.dg/20020411-1.c
index d8a939254a8..a1834b8a1a5 100644
--- a/gcc/testsuite/gcc.dg/20020411-1.c
+++ b/gcc/testsuite/gcc.dg/20020411-1.c
@@ -5,6 +5,8 @@
/* { dg-options "-O2" } */
/* { dg-options "-O2 -march=i686" { target i?86-*-* } } */
+#if __INT_MAX__ > 32767
+
typedef struct
{
unsigned a : 16;
@@ -48,3 +50,5 @@ baz (unsigned int x, unsigned char y)
foo (&t, 1);
bar (&t);
}
+
+#endif /* __INT_MAX__ */
OpenPOWER on IntegriCloud