Commit ef3809cb by Bernd Schmidt Committed by Bernd Schmidt

New testcase.

From-SVN: r37084
parent e7140677
2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
* gcc.c-torture/execute/20001027-1.c: New test.
2000-10-26 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/20001026-1.c: New.
......
int x,*p=&x;
int main()
{
int i=0;
x=1;
p[i]=2;
if (x != 2)
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