]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: debug: fix dejagnu directive syntax
authorSam James <sam@gentoo.org>
Fri, 20 Sep 2024 03:00:32 +0000 (04:00 +0100)
committerSam James <sam@gentoo.org>
Fri, 20 Sep 2024 04:10:16 +0000 (05:10 +0100)
In this case, they were all harmless in reality (no diff in test logs).

gcc/testsuite/ChangeLog:

* gcc.dg/debug/btf/btf-array-1.c: Fix dg-do directive syntax.
* gcc.dg/debug/btf/btf-bitfields-1.c: Ditto.
* gcc.dg/debug/btf/btf-bitfields-2.c: Ditto.
* gcc.dg/debug/btf/btf-datasec-1.c: Ditto.
* gcc.dg/debug/btf/btf-union-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-anonymous-struct-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-anonymous-union-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-array-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-array-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-array-4.c: Ditto.
* gcc.dg/debug/ctf/ctf-array-5.c: Ditto.
* gcc.dg/debug/ctf/ctf-array-6.c: Ditto.
* gcc.dg/debug/ctf/ctf-attr-mode-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-attr-used-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-bitfields-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-bitfields-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-bitfields-3.c: Ditto.
* gcc.dg/debug/ctf/ctf-bitfields-4.c: Ditto.
* gcc.dg/debug/ctf/ctf-complex-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-cvr-quals-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-cvr-quals-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-cvr-quals-3.c: Ditto.
* gcc.dg/debug/ctf/ctf-cvr-quals-4.c: Ditto.
* gcc.dg/debug/ctf/ctf-enum-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-enum-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-file-scope-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-float-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-forward-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-forward-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-func-index-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-function-pointers-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-function-pointers-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-function-pointers-3.c: Ditto.
* gcc.dg/debug/ctf/ctf-function-pointers-4.c: Ditto.
* gcc.dg/debug/ctf/ctf-functions-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-int-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-objt-index-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-pointers-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-pointers-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-preamble-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-str-table-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-struct-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-struct-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-struct-array-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-struct-array-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-typedef-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-typedef-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-typedef-3.c: Ditto.
* gcc.dg/debug/ctf/ctf-typedef-struct-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-typedef-struct-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-typedef-struct-3.c: Ditto.
* gcc.dg/debug/ctf/ctf-union-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-variables-1.c: Ditto.
* gcc.dg/debug/ctf/ctf-variables-2.c: Ditto.
* gcc.dg/debug/ctf/ctf-variables-3.c: Ditto.

55 files changed:
gcc/testsuite/gcc.dg/debug/btf/btf-array-1.c
gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-1.c
gcc/testsuite/gcc.dg/debug/btf/btf-bitfields-2.c
gcc/testsuite/gcc.dg/debug/btf/btf-datasec-1.c
gcc/testsuite/gcc.dg/debug/btf/btf-union-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-anonymous-struct-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-anonymous-union-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-array-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-array-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-array-4.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-array-5.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-array-6.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-attr-mode-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-attr-used-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-3.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-4.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-complex-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-cvr-quals-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-cvr-quals-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-cvr-quals-3.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-cvr-quals-4.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-enum-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-enum-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-file-scope-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-float-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-forward-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-forward-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-func-index-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-function-pointers-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-function-pointers-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-function-pointers-3.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-function-pointers-4.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-functions-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-int-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-objt-index-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-pointers-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-pointers-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-preamble-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-str-table-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-struct-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-struct-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-struct-array-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-struct-array-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-typedef-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-typedef-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-typedef-3.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-typedef-struct-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-typedef-struct-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-typedef-struct-3.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-union-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-1.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-2.c
gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-3.c

index 967b1e8746a2f049f7ecbdab181bfb9e6b6925be..51ec99123521674f8f37246874b1facfe4a3d5cb 100644 (file)
@@ -8,7 +8,7 @@
    a1 : cta_nelems = 2, 5
    buf : cta_nelems = 0.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gbtf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x3000000\[\t \]+\[^\n\]*btt_info" 5 } } */
index 793b4c8db8259f976b825ee75d47c410a52c7d6b..cc15833d3afc564eef1aeae5750d6a438f3a0498 100644 (file)
@@ -8,7 +8,7 @@
      - (0x13 << 24) | 0x40 - note that this is aligned to 0x40.
      - (0x13 << 24) | 0x31 - in case structures are packed.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gbtf -dA" } */
 /* { dg-require-effective-target int32plus } */
 
index 2ec00dc6796ef92564fd5f8a5211c58075a8d113..1f525173d5efd58c3debfca26de3304b878cb14e 100644 (file)
@@ -3,7 +3,7 @@
    We expect a struct with 2 members to be generated. The size 0 bitfield
    should not have any entry in the member list.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gbtf -dA" } */
 
 /* Struct with bitfield members, and 2 members.  */
index 15b762592182245eb04472f00973847b9a8ff1ee..781f80774e2fc4d7ed23040435d0614aa87f3791 100644 (file)
@@ -1,3 +1,4 @@
+
 /* BTF generation of BTF_KIND_DATASEC records.
 
    We expect 3 DATASEC records: one for each of .data, .rodata and .bss.
@@ -9,7 +10,7 @@
    so we cannot check them.
  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gbtf -dA" } */
 /* { dg-additional-options "-msdata=none" { target { { powerpc*-*-* } && ilp32 } } } */
 /* { dg-additional-options "-msmall-data-limit=0" { target { riscv*-*-* } } } */
index e3a19028843b761e3de03fd4de8c6c42c5c1f7ae..9838dc236d236a04d65d344add9c7f4a3454f9ce 100644 (file)
@@ -1,6 +1,6 @@
 /* Test BTF generation for union type.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gbtf -dA" } */
 
 /* One union type with 4 members */
index 93547d458186cf2edc6ca7fa37cbf833c33156ea..807e0a4be633370a2990cb901378aaf758d5d38c 100644 (file)
@@ -9,7 +9,7 @@
    struct a : ctt_info = 0x1a000002 (2 fields)
    struct {} : ctt_info = 0x1a000001 (1 field)  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0\[\t \]+\[^\n\]*ctt_name" 1 } } */
index f45af9b742d42603d21e35153a340f855ad64fbb..382ecbd989454006b7bb50bd3572deaf1470aee8 100644 (file)
@@ -9,7 +9,7 @@
    struct anon_union : ctt_info = 0x1a000001 (1 field)
    union {} : ctt_info = 0x1e000002 (2 fields)  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0\[\t \]+\[^\n\]*ctt_name" 1 } } */
index 006a7582f0b666eacb6dc7e163982b640dcae2c4..d50da97c32baaf6c2b1866517d05e25d397dd10d 100644 (file)
@@ -8,7 +8,7 @@
    a1 : cta_nelems = 2, 5
    buf : cta_nelems = 0.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x12000000\[\t \]+\[^\n\]*ctt_info" 5 } } */
index 4721c4fb2f97479dd50ed7ea0ddc4325d826d5dd..8bceb7a83773ff3a5c4c1bdddf0a083b214965cf 100644 (file)
@@ -18,7 +18,7 @@
     
     In this testcase, two CTF array records each of type int [0] is expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x12000000\[\t \]+\[^\n\]*ctt_info" 2 } } */
index 013a8ff98d7f9440c3baee2fdf9f49702bf0ed81..86c57dcf09e2c926d28d60b31310fd55b99ae832 100644 (file)
@@ -3,7 +3,7 @@
    Test CTF generation for single element arrays.  In this testcase, one CTF
    record for array is expected with cta_nelems = 1.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x12000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index ec504412ef56430f433caac9e9f60ae125544719..f635a2cd01c0a2954e9f89af06f01cf5473ff332 100644 (file)
@@ -7,7 +7,7 @@
 
 */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x12000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 5564cb8865db61c8f65afd6523e4db3fb317dc6f..211d9c60e59f835fdf3a3195f645e9038fafcdef 100644 (file)
@@ -1,6 +1,6 @@
 /* CTF generation for multidimensional array.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]+0x2\[\t \]+\[^\n\]*cta_nelems" 1 } } */
index c4801a726d285ad932b69577e3ad78f76ebbc94d..2cb77da7f3d382ff533ba58ee44a885a39197d73 100644 (file)
@@ -6,7 +6,7 @@
    variable refers to a specific CTF type, so this testcase merely asserts
    for existence of individual CTF records.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"B1.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index 61f6b6410deed919c4c1b53e064b3d4b35e72b36..b40d92d670b27fe4440272938a6032ff8278a827 100644 (file)
@@ -3,7 +3,7 @@
    This attribute, attached to a function, means that code must be emitted for
    the function even if it appears that the function is not referenced.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O2 -gctf -dA" } */
 
 /* These should be true for higher optimization levels.  */
index 1deac90f256f71ac444ad5b2471c062c60a9a68c..f12adeb1cb204685ebf6c80d48a79a25f92afe27 100644 (file)
@@ -3,7 +3,7 @@
    In this testcase, two slices are expected - one for enum and the other for
    int.  CTF slices are unnamed records.  */
    
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x2\[\t \]+\[^\n\]*cts_bits" 1 } } */
index aea09219dba6f1929dd5ff69bf83a86e081c6d83..0a911b43049aa4af38bfd0529239b4d00acc2e08 100644 (file)
@@ -8,7 +8,7 @@
    across targets with different BIT_PER_WORD.  Is there a way to add
    cts_offset related checks in the testcase?  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x6\[\t \]+\[^\n\]*cts_type" 3 } } */
index 8fbcf122f80f3417d585aa9e5b375b3dcd8825da..411040db88fd07914187eef8854ec715d1d73992 100644 (file)
@@ -1,6 +1,6 @@
 /* The bool bitfield type.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x2\[\t \]+\[^\n\]*cts_type" 2 } } */
index 012069ac9181c65b21cd1937bc87b75bdb1f6e76..c03ffb7d5af49068a388235c884941b0b4adfbd2 100644 (file)
@@ -2,7 +2,7 @@
 
    In this testcase, two slices are expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x2\[\t \]+\[^\n\]*cts_type" 2 } } */
index e6c3199f913d72a3f0cf83bc4f98d14dd40d56c8..ff106fef9dcc4c4274cced0855837b7b6e3a09ba 100644 (file)
@@ -4,7 +4,7 @@
    
    This testcase has a mix of C constructs containing COMPLEX_TYPE.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-require-effective-target libc_has_complex_functions } */
 
index 0137e9d45c5f20b61cb30e37db357776fa882c74..919e5b3f6775c42d47220a5f8da497481b11b680 100644 (file)
@@ -29,7 +29,7 @@
       10: void (*) (size_t, int *restrict, const int *restrict) (size 0x0)
     */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-options "-O0 -gctf -gdwarf-4 -dA" { target { *-*-darwin* } } } */
 
index 4f328f3a5ac0277c10efc9ab5df5deaa941b1004..5f1ca55c6a744464793a2f67a956d3362be32748 100644 (file)
@@ -5,7 +5,7 @@
    two const qualifier CTF records are expected (const int and const struct
    s1).  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"int.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index 97317a47b8f52c40b6103abaf88b62a27d6f6ab6..b18c43eec45e421033dccbbc01ec003bedc25720 100644 (file)
@@ -4,7 +4,7 @@
    In this testcase, it is expected to have const and volatile CTF
    records.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"unsigned char.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index c1633ee935d2b58d1e6a5db179a8370e83b5d9a4..a3984e030051edde8aa1ae338cbd473b664738d0 100644 (file)
@@ -5,7 +5,7 @@
    is 1 const qualifier. 1 more no-name CTF record corresponds to the CTF
    pointer record.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0\[\t \]+\[^\n\]*ctt_name" 2 } } */
index 969354431ba48ca00c96b26d8d709b557e7adf1f..16abbed1cac9b47dd4e67b29604ea597601a3a00 100644 (file)
@@ -1,6 +1,6 @@
 /* CTF generation for enums.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"RED.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index fd8aaeced84aa71c5e8bd93bef1a4baa10484702..b40bcaf650f590ca7efa24f601f6b65265b1ed7c 100644 (file)
@@ -7,7 +7,7 @@
    
    In this testcase, CTF for enumerator GFS_MONOTONIC will not be generated.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"GFS_MONOTONIC.0\"\[\t \]+\[^\n\]*ctf_string" 0 } } */
index ddfb31da4056ca11f05134caa2e7ee9a6bb4ca6a..e58fb54dcad86629fc2ac5764f336294ca5fedb7 100644 (file)
@@ -1,6 +1,6 @@
 /* CTF is not generated for entities not at file-scope.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"SFOO.0\"\[\t \]+\[^\n\]*ctf_string" 0 } } */
index 9e24b450ea5c84ca9a0422698e1a2c1f2f117daf..ddf4230acc1c805a697fbb3a561260ca873c0da9 100644 (file)
@@ -1,7 +1,7 @@
 /* Tests for CTF float base types.
    - Verify that there is a single record for the base types.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "ascii \"float.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
 /* { dg-final { scan-assembler-times "ascii \"double.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index fdec74332883444cdab84677eed30a4bb5cab4a8..90f2015cb0c0cd45725b42356e21f804d236ddee 100644 (file)
@@ -9,7 +9,7 @@
    type.  The second assembler tag is due to a ref type in a CVR CTF record.
    TBD - perhaps a more robust string pattern is needed.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x26000000\[\t \]+\[^\n\]*ctt_info" 2 } } */
index a3154f2b2d40b8a7144c4f4e112083b15c169207..a10b75b220b45e894370ed8be8ec12bc18dec80f 100644 (file)
@@ -4,7 +4,7 @@
    For forward types, the compiler encodes the CTF kind in the ctt_type field.
    CTF_K_FORWARD is used as the CTF type as usual in the ctt_info.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x26000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 86ca795c9ab1da8b23156d6b163af99028e2dbc6..aff41e3f063f1a8687ed09f7927768d1e55c3fc7 100644 (file)
@@ -6,7 +6,7 @@
 
    In this testcase, 2 records in the function index section are expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "funcinfo_name" 2 } } */
index cc1a600adbd336e08af56a38cef26d35a2ee989c..fc53fd90e512bef6c3c8a1faf466ae3255e29bda 100644 (file)
@@ -1,6 +1,6 @@
 /* CTF generation of function pointers.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "\[\t \]0x16000001\[\t \]+\[^\n\]*ctt_info" 1 } } */
 /* { dg-final { scan-assembler-times "\[\t \]0x16000002\[\t \]+\[^\n\]*ctt_info" 1 } } */
index a4a1104ae8c6dfd2acda3dcc5ae8d9c3f1d5ade2..80b9c188ceed547c8431d477d84237bb8103159a 100644 (file)
@@ -3,7 +3,7 @@
    In this testcase,  there is a single function type expected for two
    different function pointer types.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "\[\t \]0x16000001\[\t \]+\[^\n\]*ctt_info" 1 } } */
 /* { dg-final { scan-assembler-times "ascii \"rcu_callback_t.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index fe35d6c7f2e227a5561b53afa4eb22b450cc89ad..f9b0aefc9801464e354b7bec11681337029418a6 100644 (file)
@@ -2,7 +2,7 @@
 
    In this testcase,  there is a single function type expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "\[\t \]0x16000001\[\t \]+\[^\n\]*ctt_info" 1 } } */
 /* { dg-final { scan-assembler-times "ascii \"foo_init_callback.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index b8a741766ed303f8a053b835e9d359e6a1e7c883..02a715132b68afadafbbb3d7d82844d7457dbe33 100644 (file)
@@ -2,7 +2,7 @@
 
    In this testcase, Type de-duplication of function type is exercised.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "\[\t \]0x16000001\[\t \]+\[^\n\]*ctt_info" 1 } } */
 /* { dg-final { scan-assembler-times "ascii \"var_assign_func_t.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index 0b086a5af3df1062383dabd9c46e293ea2c97294..b94dca57b9668f06c3fc1b4fd9a35670f87ade47 100644 (file)
@@ -17,7 +17,7 @@
 
     */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x16000002\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 8c68b2e7edead2c39fcbfad6c9021f4977d0b6d2..e4ffcc2b3eb17be4314663207441ba3357fe0843 100644 (file)
@@ -1,7 +1,7 @@
 /* Tests for CTF integer base types.
    - Verify that there is a single record for the base types.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "ascii \"int.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
 /* { dg-final { scan-assembler-times "ascii \"short int.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index ee3481af72358ce31974fcf95813c3ac5a2170a7..f66c3de83723b13a199ab7b2cc94a5072184bd04 100644 (file)
@@ -6,7 +6,7 @@
 
    In this testcase, 4 records in the object index section are expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "objtinfo_name" 4 } } */
index e1fccec2d032366ae29a27aab5347c67f77fed29..bb1067faad07f23f6470f5d3dcaee42da5689e9f 100644 (file)
@@ -5,7 +5,7 @@
      - struct foo_struct *
   */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"foo_struct.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index e36e5ec741bcf4c81be005d2edd9a7117722f6cc..e6e1202bb88e4ae0c180dd841c41435a3ebc8e37 100644 (file)
@@ -7,7 +7,7 @@
    
    In this testcase, one CTF pointer type record is expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0xe000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 28547fae9a97ce3d3f16c64fa473cc2c9ea0d149..2df0c28c314b316305512b6dcc251368b99059fa 100644 (file)
@@ -1,6 +1,6 @@
 /* Verify the CTF preamble in the CTF section.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler "0xdff2.*CTF preamble magic number" } } */
 /* { dg-final { scan-assembler "0x4.*CTF preamble version" } } */
index 0a0f1f033f726149b6c2b2a37c835855ee5ae339..fc40ddeec99baabbae8876c1c6ee03bb1a6338ba 100644 (file)
@@ -2,7 +2,7 @@
    single empty string.  Just an optimization by the compiler, it is not
    mandated by the CTF format.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "ascii \".0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
 
index 19711c04bf7e8c759074d55c826e4cfebb2b319a..4ad8ff5ddca7edc1cdfc13f7e952ed136f5571e4 100644 (file)
@@ -5,7 +5,7 @@
    struct b : ctt_into = 0x1a000002 (2 field members)
 */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x1a000004\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 09b4d2f8f789d6c44a4e3f7b49609a2be3abffc3..3a65013a3f49fd978d8f244d9224f468b1545e0f 100644 (file)
@@ -3,7 +3,7 @@
    Further, the compiler is expected to generate a single CTF struct type for
    struct dmx_dtdef (due to Type de-duplication at CTF generation).  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "ascii \"dmx_dtdef.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
 /* { dg-final { scan-assembler-times "ascii \"dtd_name.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index d6c6b6be91fdf7ffc500e36fd7c63309bb267adf..3bd302ad1813e51dc0ee4aa3d7664eebd7e01dcd 100644 (file)
@@ -32,7 +32,7 @@
 
    Deemed as acceptable for now.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ascii \"cmodel.0\"\[\t \]+\[^\n\]*ctf_string" 1 } } */
index 37094b5d4202006db16c9dfb5e5caaa30439d0c8..17c0d9491df0c6e6cbf41fe4f1b1fda398575f1c 100644 (file)
@@ -4,7 +4,7 @@
    the location.  CTF generation feeds off DWARF dies; this testcase tests
    that the location expr is handled.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA -gdwarf-2" } */
 
 /* { dg-final { scan-assembler-times "0x12000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index aa40ab0a6715ab483a6fb78c5a0be03cf4504038..8d5916c1b6c23a5b4d98a941d58efc4f07dff8e8 100644 (file)
@@ -22,7 +22,7 @@
        unique (type of a, b, c will all point to int); hence, the check.
    */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x2a000000\[\t \]+\[^\n\]*ctt_info" 7 } } */
index 8c9d3bb19ce24f500b2abc968d6bc280d01697e9..fe8724e16a1ae032291ba0f5130c5a96612c882f 100644 (file)
@@ -2,7 +2,7 @@
 
    In this testcase, typedef of type void should be generated.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x2a000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 93d0845b042754a9483e3b9ff6453821864edf3f..c211e59334cbc1da244d2cdfd22e1006a3a0012b 100644 (file)
@@ -2,7 +2,7 @@
 
    In this testcase, a single CTF record for typedef is expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x2a000000\[\t \]+\[^\n\]*ctt_info" 1 } } */
index 19e8f496105c98032fdb9413b38ea7fbb1e2eb02..38003783facf6dbe096aa16e24299b0932cea19b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 typedef struct my_int
index deeb85aab9da7211f36a47dcdf2bec34dda71ce5..d49812d789c959193d0e63167746bc43d0dda6e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Test compilation of typedef composition in structs.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 typedef struct
index 6d6918b15368719a459bb12b4ea5878a1731a2c4..f13822d3ec35df59d1cad239d1dacb75c20dc153 100644 (file)
@@ -16,7 +16,7 @@
       4: const my_int_t (size 0x8) -> 3: my_int_t (size 0x8) -> 1: struct my_int (size 0x8)
 */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0x4\[\t \]+\[^\n\]*ctv_typeidx" 1 } } */
index 929d53298394caa2b7d3aca5646385e680d14e7f..87213180b5e093e65c8b64830736b6ebf4007229 100644 (file)
@@ -1,6 +1,6 @@
 /* CTF generation for union type.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 /* { dg-final { scan-assembler-times "\[\t \]0x1e000004\[\t \]+\[^\n\]*ctt_info" 1 } } */
 /* { dg-final { scan-assembler-times "ctm_name" 4 } } */
index 8c3ab1050e0ca9fa2dcaf6b2ab44bac54bcb12e2..1f8de9215c6ec45821e5f1e761bdc0509dedc463 100644 (file)
@@ -2,7 +2,7 @@
 
    In this testcase, 7 records in the variable info section are expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ctv_name" 7 } } */
index 75c3ed790f4e24d59f001f5f52b48a37b457cf5a..316f76c5a0c1d7f405ca3990efae49c5d6e5b12b 100644 (file)
@@ -3,7 +3,7 @@
    In this testcase, CTF record for bstatic is NOT expected.  CTF generation
    is only carried out for variables at file-scope or global-scope.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "ctv_name" 0 } } */
index 8aea1e82749ed8f7881bea6bc1747ec3683c108b..5697db6be5b3bf642979578d3623777d7761b6f1 100644 (file)
@@ -8,7 +8,7 @@
    single CTF variable and a single entry in the CTF object info section
    are expected.  */
 
-/* { dg-do compile  */
+/* { dg-do compile } */
 /* { dg-options "-O0 -gctf -dA" } */
 
 /* { dg-final { scan-assembler-times "0x12000000\[\t \]+\[^\n\]*ctt_info" 2 } } */