This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][4.3] RFC - Fix PR40141, backport alias fixes around ref-all pointers, backport struct with complex argument passing (i?86, x86_64)


> This fixes PR40141, a report for the 4.3 branch that ref-all pointers
> do not work properly.  This was fixed for 4.4 by me and I am not aware
> of followup issues with the fixes.  On the other hand the changes are
> not minor - but getting the fallback ref-all case correct seems important.
>
> This also backports the i386 backend part of the fix for PR38151 (I can
> do without that, but then have to remove the testcase checking the
> ref-all fix for i386 varargs).
>
> Bootstrapped and tested on {x86_64,i586,ppc,ppc64,s390,s390x}-linux.
> I have put this into our openSUSE 4.3 package.  How do people feel
> with this kind of non-trivial changes late in the 4.3 series?

This indeed seems a little risky at this point.  Does it show up only with 
__attribute__((may_alias))?

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]