Commit 0e41fb04 by Richard Sandiford Committed by Richard Sandiford

* gcc.c-torture/compile/20010711-1.c,

	* gcc.c-torture/compile/20010711-2.c: New tests.

From-SVN: r43934
parent bd77ba51
2001-07-11 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/compile/20010711-1.c,
* gcc.c-torture/compile/20010711-2.c: New tests.
2001-07-11 Richard Sandiford <rsandifo@redhat.com>
* gcc.c-torture/execute/20010711-1.c: New test.
2001-07-11 Ben Elliston <bje@redhat.com>
......
typedef unsigned long long value;
void foo (value *v) {}
void test ()
{
value v;
foo (&v);
if (v-- > 0)
foo (&v);
}
typedef unsigned long long value;
void foo (value *v) {}
void test ()
{
value v;
foo (&v);
if (v-- == 1)
foo (&v);
}
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