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]

[patch]: pr33617 vector modes have to be passed via memory for x86_64-pc-mingw32


Hello,

This bug was found via testsuite as regression bug for x86_64 mingw. By 
ABI structures and vector types have to be passed via memory.

ChangeLog entries for gcc

2008-03-18  Kai Tietz  <kai.tietz@onevision.com>

        * gcc/config/i386.c (return_in_memory_ms_64): Vector and block 
types are
        passed via memory. (testsuite gcc.c-torture/compile/pr33617.c).

Tested for x86_64-pc-mingw32 target. Other targets are not affected.

Cheers,
  Kai



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

Attachment: mingw64_pr33617.txt
Description: Text document


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