Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!mailrus!cornell!rochester!rutgers!ucsd!sdcsvax!sequoya!dlong From: dlong@sequoya.ucsd.edu (Dean Long) Newsgroups: gnu.gcc.bug Subject: Re: 1.32 sun4os4 bug-- passing structures Message-ID: <5821@sdcsvax.UUCP> Date: 26 Jan 89 20:48:43 GMT References: <150@ai.cs.utexas.edu> Sender: nobody@sdcsvax.UUCP Reply-To: dlong@sequoya.UUCP (Dean Long) Distribution: gnu Organization: University of California, San Diego Lines: 13 In article <150@ai.cs.utexas.edu> meyering@cs.utexas.edu (Jim Meyering) writes: >/* > * gcc-1.32 (sun4-os4) has a problem passing structure arguments. [observations and code omitted] >Jim Meyering meyering@cs.utexas.edu Possible fix: Make sure lines 1196, 1234, 1248, 1259, 1267 in expr.c use "xinner" instead of "x", as xinner has been updated to the right place, while x has not. ---------------------------- Dean Long dlong@midgard.ucsc.edu