Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!decwrl!shlump.nac.dec.com!riscy.dec.com!croton.enet.dec.COM!frank From: frank@croton.enet.dec.COM (Frank Wortner) Newsgroups: gnu.gcc.bug Subject: Re: Noises compiling gcc 1.37 on config.gcc decstation Message-ID: <1584@riscy.dec.com> Date: 23 Feb 90 21:53:46 GMT References: <9002220202.AA10288@sturgeon.cs.washington.edu> Sender: newsdaemon@riscy.dec.com Distribution: gnu Lines: 28 In article <9002220202.AA10288@sturgeon.cs.washington.edu>, pardo@STURGEON.CS.WASHINGTON.EDU (David Keppel) writes: > *3 > > On the `make' after `make stage1', the CFLAGS line includes the `-g' > flag. The decstation port `cc1' gags and returns error code 1. Patches were posted a day or so ago to fix this --- by yours truly. You can either use them or just do a: make CC=stage1/gcc CFLAGS="-O -Bstage1/" A reasonable work-around. > *4 > > Nearly every gcc file compiled with stage2 differs from the > stage1-compiled file, even ignoring the first bytes. Use the "ecoff-cmp" script to compare the files. This should give you more accurate results. The assembler has the nasty habit of burying timestamps and temp-file names in the .o. The ecoff-cmp script skips those and compares only the parts that matter. Good luck. Frank