|
| | Subject: | Something weird with cp/decl.c switch statement | | Group: | Gcc | | From: | Aaron Gray | | Date: | 5 Jun 2007 |
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=407e5db8d650f1d19c6 18c7b67566407c2d35fce;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
|