This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Oct 11, 2013, at 11:55 AM, Brooks Moses <bmoses@google.com> 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 symbols with the old mangling.
> 
> Ok to commit?

Ok.

For those that want to see additional testing, they can always split it and run it once with -fabi-version=2, and once with =4; if they care enough.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]