Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!GARNET.BERKELEY.EDU!rusty From: rusty@GARNET.BERKELEY.EDU Newsgroups: gnu.gcc Subject: gcc 1.34, can't printf "%" Message-ID: <8904192118.AA09440@garnet.berkeley.edu> Date: 19 Apr 89 21:18:01 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: Computer Center, UC Berkeley Lines: 8 The following program main() { printf("\%d\n"); } gets the complaint "warning: unknown escape sequence `\%'". Is there some command-line flag I can use or is this a bug?