http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52554
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid CC| |jsm28 at gcc dot gnu.org Component|target |c --- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-12 13:28:05 UTC --- C does not allow an identifier to start with a dollar. But we even accept the program with -std=c99 -pedantic-errors.