schmidt@POMPE.ICS.UCI.EDU ("Douglas C. Schmidt") (01/17/89)
Hi, On the sun 3, gcc 1.32 gives an error when the -fno-defer-pop option is enabled: ---------------------------------------- [pompe] [2]..: gcc -v -fno-defer-pop asm-bug.1.32.c gcc version 1.32 /usr/public/lib/gcc/gcc-cpp -v -I/cd/ua/schmidt/include/ -undef -D__GNUC__ -Dmc68000 -Dsun -Dunix -D__mc68000__ -D__sun__ -D__unix__ -D__HAVE_68881__ -Dmc68020 asm-bug.1.32.c /tmp/cca12685.cpp GNU CPP version 1.32 /usr/public/lib/gcc/gcc-cc1 /tmp/cca12685.cpp -quiet -dumpbase asm-bug.1.32.c -fstrength-reduce -finline-functions -fno-defer-pop -version -o /tmp/cca12685.s cc1: Invalid option `-fno-defer-pop' GNU C version 1.32 (68k, MIT syntax) compiled by GNU C version 1.32. [~ ] [/cd/ua/schmidt] [pompe] [3]..: exit [~ ] [/cd/ua/schmidt] exit script done on Mon Jan 16 09:48:54 1989 ---------------------------------------- Doug