Re: [patch i386]: Fix PR target/56186

2013-02-04 Thread Kai Tietz
2013/2/4 Jakub Jelinek : > On Mon, Feb 04, 2013 at 02:38:23PM +0100, Kai Tietz wrote: >> Tested for x86_64-w64-mingw32, and for x86_64-unknown-linux-gnu. Ok for >> apply? > > Please make sure to also test with a 4.7 based compiler (assuming > it is gcc47 and g++47) using > make check ALT_CC_UNDER

Re: [patch i386]: Fix PR target/56186

2013-02-04 Thread Jakub Jelinek
On Mon, Feb 04, 2013 at 02:38:23PM +0100, Kai Tietz wrote: > Tested for x86_64-w64-mingw32, and for x86_64-unknown-linux-gnu. Ok for > apply? Please make sure to also test with a 4.7 based compiler (assuming it is gcc47 and g++47) using make check ALT_CC_UNDER_TEST=gcc47 ALT_CXX_UNDER_TEST=g++47

Re: [patch i386]: Fix PR target/56186

2013-02-04 Thread Richard Henderson
On 2013-02-04 05:38, Kai Tietz wrote: ChangeLog 2013-02-04 Kai Tietz PR target/56186 * i386.c (function_value_64): Add additional valtype argument and improve checking of return-argument types for 16-byte modes. (ix86_function_value_1): Add additional valtype arg

[patch i386]: Fix PR target/56186

2013-02-04 Thread Kai Tietz
Hello, this patch fixes reported regression about 128-bit return-type for x64 ABI. ChangeLog 2013-02-04 Kai Tietz PR target/56186 * i386.c (function_value_64): Add additional valtype argument and improve checking of return-argument types for 16-byte modes. (ix8