Commit 0c11ae22 by Richard Earnshaw Committed by Richard Earnshaw

* gcc.c-torture/compile/20020910-1.c: New test.

From-SVN: r57007
parent 7730c3ff
2002-09-10 Richard Earnshaw <rearnsha@arm.com>
* gcc.c-torture/compile/20020910-1.c: New test.
2002-09-10 Frank Ch. Eigler <fche@redhat.com>
* gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
......
unsigned int x0 = 0;
typedef struct {
unsigned int field1 : 20;
unsigned int field2 : 12;
} XX;
static XX yy;
static void foo (void)
{
yy.field1 = (unsigned int ) (&x0);
}
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