Re: [Patch, testsuite] fix target/PR49614

2011-09-09 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: > If the test case is buggy, why is it not spotted on non ppc platforms? Because it's not run on other platforms. Andreas. -- Andreas Schwab, sch...@redhat.com GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E "And now for

Re: [Patch, testsuite] fix target/PR49614

2011-09-09 Thread Richard Guenther
On Fri, Sep 9, 2011 at 11:03 AM, Dominique Dhumieres wrote: >> A function not declared inline with an always_inline attribute is a bug. > > If the test case is buggy, why is it not spotted on non ppc platforms? because it's not run on anything besides ppc > Dominique >

Re: [Patch, testsuite] fix target/PR49614

2011-09-09 Thread Dominique Dhumieres
> A function not declared inline with an always_inline attribute is a bug. If the test case is buggy, why is it not spotted on non ppc platforms? Dominique

Re: [Patch, testsuite] fix target/PR49614

2011-09-08 Thread Richard Guenther
On Thu, Sep 8, 2011 at 8:02 PM, Mike Stump wrote: > On Sep 8, 2011, at 1:19 AM, Iain Sandoe wrote: >> gcc.dg/vmx/gcc-bug-i.c is failing for powerpc*-*-* >> with: >> Excess errors: /opt/gcc/work/gcc/testsuite/gcc.dg/vmx/gcc-bug-i.c:16:22: >> warning: always_inline function might not be inlinable [

Re: [Patch, testsuite] fix target/PR49614

2011-09-08 Thread Mike Stump
On Sep 8, 2011, at 1:19 AM, Iain Sandoe wrote: > gcc.dg/vmx/gcc-bug-i.c is failing for powerpc*-*-* > with: > Excess errors: /opt/gcc/work/gcc/testsuite/gcc.dg/vmx/gcc-bug-i.c:16:22: > warning: always_inline function might not be inlinable [-Wattributes] > this is because the function in question

[Patch, testsuite] fix target/PR49614

2011-09-08 Thread Iain Sandoe
gcc.dg/vmx/gcc-bug-i.c is failing for powerpc*-*-* with: Excess errors: /opt/gcc/work/gcc/testsuite/gcc.dg/vmx/gcc-bug-i.c: 16:22: warning: always_inline function might not be inlinable [- Wattributes] this is because the function in question is declared: static DO_INLINE int inline_me(vector s