[gnu.gcc.bug] problem with gcc1.34 on sun4-os4

gerry@TOADWAR.UCAR.EDU (gerry wiener) (04/21/89)

The following program compiles under sun cc but fails under gcc.

main()
{
#ifdef NOTNOW
'g, 'd, 'b, 
kh
#endif
printf("hello world\n");
}