Path: utzoo!attcan!uunet!ginosko!rex!ames!apple!agate!saturn!ucscb.UCSC.EDU!laurie From: laurie@ucscb.UCSC.EDU (60648000) Newsgroups: comp.unix.microport Subject: Re: Problem with Micom ethernet tcp/ip and SysV/AT 2.4 Summary: compiler bugs Message-ID: <8896@saturn.ucsc.edu> Date: 26 Aug 89 22:31:21 GMT References: <65@tor.nhh.no> <757@n3dmc.UU.NET> <30313@cci632.UUCP> Sender: usenet@saturn.ucsc.edu Reply-To: laurie@ucscb.UCSC.EDU Ken Chapin Organization: University of California, Santa Cruz; CATS Lines: 15 In article <30313@cci632.UUCP> tvf@ccird7.UUCP (Tom Frauenhofer) writes: >While trying to build RCS Version 4.2 for Microport V/AT 2.4, I got the >following errors from the assembler pass (the file was partime.c): > >Assembler: partime.c > aline 257 : syntax error > aline 258 : syntax error > aline 259 : syntax error > aline 259 : syntax error These are bugs in the code generation. You might try not using the optimizer or compiling with -S and hand tweaking the assembly to get around the problem or get a different compiler. Ken Chapin