Commit 18987000 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r28975
parent 03e76b60
Sun Aug 29 14:35:41 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/990829-1.c: New test.
1999-08-27 Paul Burchard <burchard@pobox.com> 1999-08-27 Paul Burchard <burchard@pobox.com>
* g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C. * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
......
struct x
{
int a:16;
int b:16;
int c;
};
bar()
{
struct x y;
y.b = 1 < y.a;
foo(&y);
}
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