Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040130-1.c
blobe661c176ac65246c8b576171f4f542eb74732685
1 /* PR target/11475 */
2 /* Origin: <heinrich.brand@fujitsu-siemens.com> */
4 /* This used to fail on SPARC because of a broken pattern. */
6 #pragma pack(2)
8 struct
10 unsigned char G936:7;
11 unsigned short G937:6;
12 unsigned int :4;
13 unsigned short :14;
14 unsigned int G938:8;
15 #if __INT_MAX__ >= 2147483647L
16 unsigned int :30;
17 #endif
18 unsigned short :16;
19 #if __INT_MAX__ >= 2147483647L
20 unsigned int :18;
21 #endif
22 unsigned short G939:9;
23 } G928b;
25 void TestG928(void)
27 G928b.G936 |= G928b.G939;