Commit 6992cbd1 by Andrew Pinski Committed by Andrew Pinski

pr17529.c (y): Change size of array to 1 instead of being empty.

2005-01-07  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/compile/pr17529.c (y): Change size of array to 1
        instead of being empty.

From-SVN: r93053
parent 4937d02d
2005-01-07 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.c-torture/compile/pr17529.c (y): Change size of array to 1
instead of being empty.
2005-01-07 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/15553
......
......@@ -5,7 +5,7 @@ bar (const int * const x)
__asm__ __volatile__ (""::"m" (*x));
}
static const int y[];
static const int y[1];
void
foo (void)
......
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