This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Something weird with cp/decl.c switch statement


There is something weird with the switch statement in cp/decl.c:7105.

GITWeb :-

http://git.infradead.org/?p=gcc.git;a=blob;f=gcc/cp/decl.c;h=407e5db8d650f1d19c618c7b67566407c2d35fce;hb=master#l7105

Can someone verify this.

Take a close look in a text editor at the bracketting and indentation.

I dont think it will effect the decl.c's logic, but what does it say about the GCC's C parser, is this legal C ?

Aaron


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]