Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!TOADWAR.UCAR.EDU!gerry From: gerry@TOADWAR.UCAR.EDU (gerry wiener) Newsgroups: gnu.gcc.bug Subject: problem with gcc1.34 on sun4-os4 Message-ID: <8904201720.AA08249@toadwar.UCAR.EDU> Date: 20 Apr 89 17:20:09 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 The following program compiles under sun cc but fails under gcc. main() { #ifdef NOTNOW 'g, 'd, 'b, kh #endif printf("hello world\n"); }