Commit ea25bef4 by David Edelsohn Committed by David Edelsohn

* gcc.c-torture/execute/20000519-2.c: New test.

From-SVN: r34030
parent 0d9a7d79
2000-05-19 David Edelsohn <edelsohn@gnu.org>
* gcc.c-torture/execute/20000519-2.c: New test.
2000-05-19 Andreas Jaeger <aj@suse.de>
* gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
......
long x = -1L;
int main()
{
long b = (x != -1L);
if (b)
abort();
exit(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