Commit 2792392c by Alexandre Oliva Committed by Alexandre Oliva

* gcc.dg/array-1.c: New test.

From-SVN: r30309
parent 37877eb0
1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gcc.dg/array-1.c: New test.
Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net> Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
* gcc.c-torture/execute/991030-1.c: New test. * gcc.c-torture/execute/991030-1.c: New test.
......
/* Simplified from ncurses 5.0's pad.c
by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Copyright (C) 1999 Free Software Foundation */
/* { dg-do compile { xfail alpha-*-* } } */
extern char foo[1];
char foo[] = "";
int
bar()
{
return foo[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