From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "John David Anglin" Cc: gcc-patches@egcs.cygnus.com Subject: Re: Internal compiler error in `emit_call_1' - vax-dec-ultrix4.3 Date: Wed, 25 Aug 1999 00:38:00 -0000 Message-id: <3947.935566665@upchuck.cygnus.com> References: <199908061906.PAA25799@hiauly1.hia.nrc.ca> X-SW-Source: 1999-08/msg00717.html In message < 199908061906.PAA25799@hiauly1.hia.nrc.ca >you write: > Here is a fix for the internal compiler error on the vax: > > * calls.c (emit_call_1): Use call_pop/call_value_pop for all values > of n_popped when call/call_value are not defined. I added some comments to clarify what the code was trying to do and installed your fix. Thanks, jeff From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "John David Anglin" Cc: gcc-patches@egcs.cygnus.com Subject: Re: Internal compiler error in `emit_call_1' - vax-dec-ultrix4.3 Date: Tue, 31 Aug 1999 22:41:00 -0000 Message-ID: <3947.935566665@upchuck.cygnus.com> References: <199908061906.PAA25799@hiauly1.hia.nrc.ca> X-SW-Source: 1999-08n/msg00717.html Message-ID: <19990831224100.2tU34dlwJihV4ATC6hCnk9xASd_CUezksnRwTwaErdc@z> In message < 199908061906.PAA25799@hiauly1.hia.nrc.ca >you write: > Here is a fix for the internal compiler error on the vax: > > * calls.c (emit_call_1): Use call_pop/call_value_pop for all values > of n_popped when call/call_value are not defined. I added some comments to clarify what the code was trying to do and installed your fix. Thanks, jeff