From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Richard Henderson Cc: Joern Rennecke , egcs@cygnus.com Subject: Re: alpha regression on 920625-1 Date: Tue, 28 Apr 1998 19:14:00 -0000 Message-id: <199804290214.TAA24884@rtl.cygnus.com> References: <19980427135933.01385@dot.cygnus.com> X-SW-Source: 1998-04/msg01119.html No, the problem is after this. The read from varargs is fine. The problem comes when the struct must be spilled from the registers it was read into. This is the same problem that is causing Ulrich's glibc builds to fail, except that it is happening with a union in this case. Your patch doesn't entirely fix the problem, since structs/unions of 1 word will still fail. I think we need to consider reverting some of the recent alias changes, as they are causing too much trouble. Jim