On Sat, 16 Jan 2016, Prathamesh Kulkarni wrote: > > There's a GNU C extension allowing forward declarations of enums, and it > > seems that > > > > static enum e x; > > > > doesn't get diagnosed either with -fsyntax-only. Thus I think you should > > cover that case as well. > Done in the attached patch. It regresses pr63549.c because the error > showed up there, adjusted > the test-case to accept the error. > OK to commit ?
OK. -- Joseph S. Myers jos...@codesourcery.com