Commit 4951297b by Richard Henderson Committed by Richard Henderson

New test.

From-SVN: r42367
parent 9f4ccc25
2001-05-20 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/20010520-1.c: New.
2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.old-deja/g++.warn/compare1.C: New test. * g++.old-deja/g++.warn/compare1.C: New test.
......
static unsigned int expr_hash_table_size = 1;
int
main ()
{
int del = 1;
unsigned int i = 0;
if (i < expr_hash_table_size && del)
exit (0);
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