Re: [PATCH, rs6000, v2] Fix ELFv2 homogeneous float aggregate ABI bug

2014-07-24 Thread Ulrich Weigand
David Edelsohn wrote: > On Mon, Jul 14, 2014 at 2:52 PM, Ulrich Weigand wrote: > > gcc/testsuite/ChangLog: > > > > * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument > > does not fit fully into floating-point registers, and there is still > > space in the r

Re: [PATCH, rs6000, v2] Fix ELFv2 homogeneous float aggregate ABI bug

2014-07-18 Thread David Edelsohn
On Mon, Jul 14, 2014 at 2:52 PM, Ulrich Weigand wrote: > Hello, > > this patch updates the prior version: > https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00632.html > to add a -Wpsabi note as discussed. > > (We may need to change the "GCC 4.10" string if the next release turns out > to get a diffe

[PATCH, rs6000, v2] Fix ELFv2 homogeneous float aggregate ABI bug

2014-07-14 Thread Ulrich Weigand
Hello, this patch updates the prior version: https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00632.html to add a -Wpsabi note as discussed. (We may need to change the "GCC 4.10" string if the next release turns out to get a different name ...) In a testsuite run, this note triggers only in those t