C++ PATCH: Fix PRs 16518, 16337

Mark Mitchell mark@codesourcery.com
Fri Jul 23 13:23:00 GMT 2004


Richard Henderson wrote:

>On Sat, Jul 17, 2004 at 11:07:23AM -0700, Mark Mitchell wrote:
>  
>
>>+ //   warning: SSE vector return without SSE enabled changes the ABI
>>+ // { dg-options "-w" }
>>+ 
>>+ #define vector __attribute__((vector_size(16)))
>>+ vector signed int foo (void)
>>    
>>
>
>Return void and this won't happen.
>  
>
Fixed with this patch, tested by running the test and seeing that it 
passes on i686-pc-linux-gnu.

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20040723/94fd72cc/attachment.ksh>


More information about the Gcc-patches mailing list