Re: [PATCH] pr63856 - test case

2014-11-23 Thread Jakub Jelinek
On Sun, Nov 23, 2014 at 03:42:43PM -0500, Trevor Saunders wrote: > > Vector arguments or return values often result in -Wpsabi warnings, > > so you certainly want -Wno-psabi in dg-options. > > On the other side, -fPIC should be only used for { target pic }, > > so better put that into dg-additional

Re: [PATCH] pr63856 - test case

2014-11-23 Thread Trevor Saunders
On Sun, Nov 23, 2014 at 07:58:30PM +0100, Jakub Jelinek wrote: > On Sun, Nov 23, 2014 at 01:32:27PM -0500, tsaund...@mozilla.com wrote: > > bug was already fixed, so just add the test case. > > > > tested this only passes with r217909 where it is fixed, ok? > > > > Trev > > > > > > diff --git a

Re: [PATCH] pr63856 - test case

2014-11-23 Thread Jakub Jelinek
On Sun, Nov 23, 2014 at 01:32:27PM -0500, tsaund...@mozilla.com wrote: > bug was already fixed, so just add the test case. > > tested this only passes with r217909 where it is fixed, ok? > > Trev > > > diff --git a/gcc/testsuite/gcc.dg/pr63856.c b/gcc/testsuite/gcc.dg/pr63856.c > new file mode