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]: pr33617 vector modes have to be passed via memory for x86_64-pc-mingw32


NightStrike <nightstrike@gmail.com> wrote on 26.03.2008 16:11:37:

> On 3/19/08, Kai Tietz <Kai.Tietz@onevision.com> wrote:
> > Hello,
> >
> > This bug was found by running testsuite gcc.c-torture for test 
pr33617.c
> > for target x86_64-pc-mingw32. By ABI complex and vector types have to 
be
> > returned via memory and passed as memory reference for functions. This
> > patch fixes the ICE happening.
> >
> > ChangeLog entries for gcc
> >
> > 2008-03-19  Kai Tietz  <kai.tietz@onevision.com>
> >
> >        * gcc/config/i386/i386.c (return_in_memory_ms_64): Vector and
> > block
> >          types are passed via memory. (testsuite
> > gcc.c-torture/compile/pr33617.c).
> >        (ix86_pass_by_reference): Check for complex and vector modes.
> >
> > Tested for x86_64-pc-mingw32 target. Other targets are not affected.
> > Is this patch OK for apply?
> 
> Was this applied yet?

No, it out-dated. Please refer to 
http://gcc.gnu.org/ml/gcc-patches/2008-03/msg01458.html

Cheers,
  Kai

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.


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