Commit c0e3b3b3 by Jeffrey A Law Committed by Jeff Law

New test.

From-SVN: r20199
parent df0e526f
Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/980602-1.c: New test.
* gcc.c-torture/execute/980602-2.c: Likewise.
1998-06-02 Dave Love <d.love@dl.ac.uk>
......
struct {
unsigned bit : 30;
} t;
int main()
{
if (!(t.bit++))
exit (0);
else
abort ();
}
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