testsuite: fix 'dg-compile' typos

'dg-compile' is not a thing, replace it with 'dg-do compile'.

	PR target/68015
	PR c++/83979
	* c-c++-common/goacc/loop-shape.c: Fix 'dg-compile' typo.
	* g++.dg/pr83979.C: Likewise.
	* g++.target/aarch64/sve/acle/general-c++/attributes_2.C: Likewise.
	* gcc.dg/tree-ssa/builtin-sprintf-7.c: Likewise.
	* gcc.dg/tree-ssa/builtin-sprintf-8.c: Likewise.
	* gcc.target/riscv/amo/zabha-rvwmo-all-amo-ops-char.c: Likewise.
	* gcc.target/riscv/amo/zabha-rvwmo-all-amo-ops-short.c: Likewise.
	* gcc.target/s390/20181024-1.c: Likewise.
	* gcc.target/s390/addr-constraints-1.c: Likewise.
	* gcc.target/s390/arch12/aghsghmgh-1.c: Likewise.
	* gcc.target/s390/arch12/mul-1.c: Likewise.
	* gcc.target/s390/arch13/bitops-1.c: Likewise.
	* gcc.target/s390/arch13/bitops-2.c: Likewise.
	* gcc.target/s390/arch13/fp-signedint-convert-1.c: Likewise.
	* gcc.target/s390/arch13/fp-unsignedint-convert-1.c: Likewise.
	* gcc.target/s390/arch13/popcount-1.c: Likewise.
	* gcc.target/s390/pr68015.c: Likewise.
	* gcc.target/s390/vector/fp-signedint-convert-1.c: Likewise.
	* gcc.target/s390/vector/fp-unsignedint-convert-1.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-1.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-2.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-3.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-4.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-5.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-6.c: Likewise.
	* gcc.target/s390/vector/reverse-elements-7.c: Likewise.
	* gnat.dg/alignment15.adb: Likewise.
	* gnat.dg/debug4.adb: Likewise.
	* gnat.dg/inline21.adb: Likewise.
	* gnat.dg/inline22.adb: Likewise.
	* gnat.dg/opt37.adb: Likewise.
	* gnat.dg/warn13.adb: Likewise.
This commit is contained in:
Sam James 2024-07-30 20:04:40 +01:00
parent df67f383d8
commit acc70606c5
No known key found for this signature in database
GPG key ID: 738409F520DF9190
32 changed files with 32 additions and 32 deletions

View file

@ -1,7 +1,7 @@
/* Exercise *_parser_oacc_shape_clause by checking various combinations
of gang, worker and vector clause arguments. */
/* { dg-compile } */
/* { dg-do compile } */
int main ()
{

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
int
foo (char* p)

View file

@ -1,4 +1,4 @@
// { dg-compile }
// { dg-do compile }
// { dg-additional-options "-msve-vector-bits=512" }
#include <arm_sve.h>

View file

@ -1,6 +1,6 @@
/* PR tree-optimization/77671 - missing -Wformat-overflow warning
on sprintf overflow with "%s"
{ dg-compile }
{ dg-do compile }
{ dg-options "-O2 -Wformat -Wno-format-zero-length -fdump-tree-optimized" } */
void sink (char*);

View file

@ -5,7 +5,7 @@
be transformed into calls to other functions (such as memcpy)
are preserved.
{ dg-compile }
{ dg-do compile }
{ dg-options "-O2 -Wformat -Wno-format-truncation -Wno-format-zero-length -fdump-tree-optimized" } */
void sink (char*, ...);

View file

@ -1,5 +1,5 @@
/* Test __atomic routines for existence on 2 byte values with each valid memory model. */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-Wno-address-of-packed-member" } */
/* { dg-add-options riscv_zabha } */
/* { dg-remove-options riscv_ztso } */

View file

@ -1,5 +1,5 @@
/* Test __atomic routines for existence on 2 byte values with each valid memory model. */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-Wno-address-of-packed-member" } */
/* { dg-add-options riscv_zabha } */
/* { dg-remove-options riscv_ztso } */

View file

@ -1,5 +1,5 @@
/* Make sure s390_check_qrst_address () correctly handles UNSPEC rtxs. */
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-march=z196 -O2 -fPIC" } */
int a, b, g, h;

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O2" } */
static inline unsigned long

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
long long
agh (long long a, short int *p)

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
int
msrkc (int unused, int a, int b)

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* and with complement */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* Check if the instruction are being used also for compares. */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
typedef int __attribute__((vector_size(16))) v4si;
typedef float __attribute__((vector_size(16))) v4sf;

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
typedef unsigned int __attribute__((vector_size(16))) v4si;
typedef float __attribute__((vector_size(16))) v4sf;

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
unsigned int ui;
unsigned long ul;

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -march=z196" } */
extern long useme (long, ...);

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -march=z13 -mzarch" } */
typedef long long __attribute__((vector_size(16))) v2di;

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -march=z13 -mzarch" } */
typedef unsigned long long __attribute__((vector_size(16))) v2di;

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z13" } */
/* { dg-require-effective-target s390_vx } */
/* { dg-final { scan-assembler-times {\tvpdi\t} 4 } } */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z14" } */
/* { dg-require-effective-target s390_vxe } */
/* { dg-final { scan-assembler-times {\tvpdi\t} 1 } } */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z14" } */
/* { dg-require-effective-target s390_vxe } */
/* { dg-final { scan-assembler-times {\tvpdi\t} 5 } } */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z15" } */
/* { dg-require-effective-target s390_vxe2 } */
/* { dg-final { scan-assembler-times {\tvlbrq\t} 1 } } */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z14" } */
/* { dg-require-effective-target s390_vxe } */
/* { dg-final { scan-assembler-times {\tvpdi\t} 5 } } */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z15" } */
/* { dg-require-effective-target s390_vxe2 } */
/* { dg-final { scan-assembler-times {\tvstbrq\t} 1 } } */

View file

@ -1,4 +1,4 @@
/* { dg-compile } */
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z15" } */
/* { dg-require-effective-target s390_vxe2 } */
/* { dg-final { scan-assembler-times {\tvstbrq\t} 1 } } */

View file

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
procedure Alignment15 is
type T0 is record

View file

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
-- { dg-options "-g" }
with Debug4_Pkg;

View file

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
-- { dg-options "-O -gnatn" }
with Inline21_Q;

View file

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
procedure Inline22 (L, U : Integer) is

View file

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
-- { dg-options "-O2 -gnato -fdump-tree-optimized" }
package body Opt37 is

View file

@ -1,4 +1,4 @@
-- { dg-compile }
-- { dg-do compile }
procedure Warn13 is