Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!HPLABS.HP.COM!barrett%hpisldab From: barrett%hpisldab@HPLABS.HP.COM (Dave Barrett) Newsgroups: gnu.gcc.bug Subject: hpux gcc bug fix Message-ID: <8907312310.AA04077@hpisldab.HP.COM> Date: 31 Jul 89 23:10:31 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 I have found a fix for the "gcc_compiled.:" bug for HP-UX. The problem is that config/tm-hp98k320.h has a comment line which has no closing "*/", and it ate the "#define ASM_..." stuff. You need to add the closing "*/". right here | v "/* Prevent output of `gcc_compiled.:'. #define ASM_IDENTIFY_GCC(FILE) #else /* } not HPUX_ASM */