------- Comment #1 from jakub at gcc dot gnu dot org 2009-01-08 20:54 ------- What kind of escaping are you talking about? "\%" is the same as "%" in gcc. If you want to print character %%, you should write printf ("something %%\n");
-- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38769