Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!apctrc!zjat02 From: zjat02@apctrc.trc.amoco.com (Jon A. Tankersley) Newsgroups: gnu.gcc.bug Subject: config problem: gcc-1.35 with Sun3-os4 under 4.0.1 Message-ID: <891@apctrc.UUCP> Date: 30 May 89 21:33:03 GMT Sender: news@apctrc.UUCP Reply-To: zjat02@apctrc.trc.amoco.com (Jon A. Tankersley) Distribution: gnu Organization: Amoco Production Company, Tulsa Research Center Lines: 22 I can't seem to get things to compile properly with 1.35 on Sun3-os4. I noticed most of it when I tried to build g++ with 1.35.0. expr.c is the first to fail with undefined TARGET_68020 TARGET_68881 TARGET_FPA Other things fail with TARGET_BITFIELD undefined and still later with DATA_REGS, ADDR_REGS, LO_FPA_REGS and FPA_REGS and CC_IN_68881 Any ideas? I've patched 1.34 with 1.35 patches. Even bootstrap fails. I figured that TARGET_* should be (1) except for FPA which is (0), but I couldn't find any #define or anything in the source after the first failure. grep TARGET_ * never reported a #define at least. Any ideas? 1.34 worked just fine... I'd like 1.35 to work too. -tank- #include /* nobody knows the trouble I .... */ tank@apctrc.trc.amoco.com ..!uunet!apctrc!tank