Commit 4fa241f2 by Jeffrey A Law Committed by Jeff Law

New test.

From-SVN: r32529
parent 88624c0e
Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/2000314-1.c: New test.
2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.warn/inline.C: New test.
......
struct {
char a[5];
} *p;
int main ()
{
int i = -1;
if(p->a[-i])
return 1;
}
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