* gcc.dg/20020411-1.c: Disable for 16-bit "int".
From-SVN: r57875
This commit is contained in:
parent
a290046011
commit
a85cd14512
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue