]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr39084.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr39084.c
CommitLineData
914ff565
SE
1/* { dg-do compile } */
2/* { dg-options "-O2" } */
3
24b97832 4struct color { int i; }; /* { dg-message "note: originally defined here" } */
914ff565
SE
5static const struct color col;
6struct color * f(void)
7{
8 return (struct color *) &col;
9}
10
11struct color { int j; }; /* { dg-error "redefinition of" } */