rs6000: Move more g++.dg powerpc tests to g++.target

Also adjust DejaGnu directives, as specifically requiring "powerpc*-*-*" is no
longer required.

2022-04-15  Paul A. Clarke  <pc@us.ibm.com>

gcc/testsuite
	* g++.dg/debug/dwarf2/const2.C: Move to g++.target/powerpc.
	* g++.dg/other/darwin-minversion-1.C: Likewise.
	* g++.dg/eh/ppc64-sighandle-cr.C: Likewise.
	* g++.dg/eh/simd-5.C: Likewise.
	* g++.dg/eh/simd-4.C: Move to g++.target/powerpc, adjust dg directives.
	* g++.dg/eh/uncaught3.C: Likewise.
	* g++.dg/other/spu2vmx-1.C: Likewise.
This commit is contained in:
Paul A. Clarke 2022-02-21 12:24:58 -06:00
parent ccae4443c8
commit eb3f2e9348
7 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/* { dg-do run { target powerpc*-*-darwin* } } */
/* { dg-do run { target *-*-darwin* } } */
/* { dg-options "-fexceptions -fnon-call-exceptions -O -maltivec" } */
#include <cstdlib>

View file

@ -1,4 +1,4 @@
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_spu } */
/* { dg-options "-maltivec" } */

View file

@ -1,4 +1,4 @@
// { dg-do compile { target powerpc*-*-darwin* } }
// { dg-do compile { target *-*-darwin* } }
// { dg-final { scan-assembler-not "__cxa_get_exception" } }
// { dg-options "-mmacosx-version-min=10.4" }
// { dg-additional-options "-Wno-deprecated" { target c++17 } }