Commit 58354fa8 by Kazu Hirata Committed by Kazu Hirata

re PR other/14544 (gcc.c-torture/execute/20040307-1.c fails on 16-bit targets)

	PR other/14544
	* gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
	bit-field.

From-SVN: r79427
parent ba6e856b
2004-03-12 Kazu Hirata <kazu@cs.umass.edu>
PR other/14544
* gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
bit-field.
2004-03-12 Ulrich Weigand <uweigand@de.ibm.com>
* gcc.dg/20040305-2.c: Add missing return statement.
......
......@@ -11,7 +11,6 @@ int main()
unsigned int bit5:1;
unsigned int bit6:1;
unsigned int bit7:1;
unsigned int ubyte:24;
} sdata = {0x01};
while ( sdata.bit0-- > 0 ) {
......
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