Re: [patch] Fix altivec-7.C testsuite failure due to vector name mangling.

2013-10-14 Thread Aldy Hernandez
On 10/11/13 13:55, Brooks Moses wrote: Hi, all - We recently built a compiler with a default -fabi-version value that's different from the 2 that's used as default on trunk. The result of this was a test failure in g++.dg/ext/altivec-7.C, which compiles a bunch of empty functions with vector ar

Re: [patch] Fix altivec-7.C testsuite failure due to vector name mangling.

2013-10-11 Thread Mike Stump
On Oct 11, 2013, at 11:55 AM, Brooks Moses wrote: > This patch fixes the failure by adjusting the test to look for the > names using the standard mangling. It passes with all ABI versions; > the compiler always emits the standard symbols, and with versions 1, > 2, and 3 it also emits duplicate sy

[patch] Fix altivec-7.C testsuite failure due to vector name mangling.

2013-10-11 Thread Brooks Moses
Hi, all - We recently built a compiler with a default -fabi-version value that's different from the 2 that's used as default on trunk. The result of this was a test failure in g++.dg/ext/altivec-7.C, which compiles a bunch of empty functions with vector arguments and inspects the generated assemb