Commit a85cd145 by D.Venkatasubramanian Committed by Richard Henderson

* gcc.dg/20020411-1.c: Disable for 16-bit "int".

From-SVN: r57875
parent a2900460
2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
* gcc.dg/20020411-1.c: Disable for 16-bit "int".
2002-10-06 Andreas Jaeger <aj@suse.de>
* gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
......
......@@ -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__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment