]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/redecl-13.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / redecl-13.c
CommitLineData
2798c11f
JM
1/* Some incompatible external linkage declarations were not diagnosed.
2 Bug 21342. */
3/* Origin: Joseph Myers <joseph@codesourcery.com> */
4/* { dg-do compile } */
5/* { dg-options "" } */
6
7extern int a[];
71205d17 8void f(void) { extern int a[10]; } /* { dg-message "note: previous declaration of 'a' was here" } */
ad0637fd 9extern int a[5]; /* { dg-error "conflicting types for 'a'" } */