Commit 643c11a1 by David Edelsohn Committed by David Edelsohn

pr70100.c: Add -mvsx.

        * gcc.target/powerpc/pr70100.c: Add -mvsx.
        Allow AIX ABI function name.

From-SVN: r277450
parent f4568f03
2019-10-25 David Edelsohn <dje.gcc@gmail.com>
* gcc.target/powerpc/pr70100.c: Add -mvsx.
Allow AIX ABI function name.
2019-10-25 Richard Biener <rguenther@suse.de> 2019-10-25 Richard Biener <rguenther@suse.de>
PR tree-optimization/92222 PR tree-optimization/92222
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -finline-functions -Wno-psabi" } */ /* { dg-options "-O2 -finline-functions -Wno-psabi -mvsx" } */
/* { dg-final { scan-assembler {\mbl vadd_no_vsx\M} } } */ /* { dg-final { scan-assembler {\mbl \.?vadd_no_vsx\M} } } */
typedef int vec_t __attribute__((vector_size(16))); typedef int vec_t __attribute__((vector_size(16)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment