di-longlong64-sync-withhelpers.c: Add comments to checks for multiple messages report...
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 12 Jun 2012 20:27:13 +0000 (20:27 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 12 Jun 2012 20:27:13 +0000 (20:27 +0000)
* gcc.target/arm/di-longlong64-sync-withhelpers.c: Add comments
to checks for multiple messages reported for one line of source code.
* gcc.target/arm/di-longlong64-sync-withldrexd.c: Likewise.

From-SVN: r188480

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c
gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c

index 7181f7d7c7bf7ff71b58e458290235e02020ea4f..1ebf9ba2b4a225eefb89268c725dca6cabe0e533 100644 (file)
@@ -1,5 +1,9 @@
 2012-06-12  Janis Johnson  <janisjo@codesourcery.com>
 
+       * gcc.target/arm/di-longlong64-sync-withhelpers.c: Add comments
+       to checks for multiple messages reported for one line of source code.
+       * gcc.target/arm/di-longlong64-sync-withldrexd.c: Likewise.
+
        * gcc.c-torture/compile/sync-1.c: Add comments to checks for multiple
        messages reported for one line of source code.
 
index 19342bf80ddf012f5cda6b87dcb6f3bd154db5f4..c2959165b36c8838e867d5de0d06cb6deb14a605 100644 (file)
@@ -2,8 +2,8 @@
 /* { dg-require-effective-target arm_arch_v5_ok } */
 /* { dg-options "-std=gnu99" } */
 /* { dg-add-options arm_arch_v5 } */
-/* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
-/* { dg-message "note: '__sync_nand_and_fetch' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
+/* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "fetch_and_nand" { target *-*-* } 0 } */
+/* { dg-message "note: '__sync_nand_and_fetch' changed semantics in GCC 4.4" "nand_and_fetch" { target *-*-* } 0 } */
 /* { dg-message "file included" "In file included" { target *-*-* } 0 } */
 
 #include "../../gcc.dg/di-longlong64-sync-1.c"
index 5b8f2128205cffe97d81994d177e676583d0d256..517c4a89d191c0a6f8d0bb6b6e2723b1e2f3fb5b 100644 (file)
@@ -3,8 +3,8 @@
 /* { dg-options "-marm -std=gnu99" } */
 /* { dg-require-effective-target arm_arch_v6k_ok } */
 /* { dg-add-options arm_arch_v6k } */
-/* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
-/* { dg-message "note: '__sync_nand_and_fetch' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
+/* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "fetch_and_nand" { target *-*-* } 0 } */
+/* { dg-message "note: '__sync_nand_and_fetch' changed semantics in GCC 4.4" "nand_and_fetch" { target *-*-* } 0 } */
 /* { dg-message "file included" "In file included" { target *-*-* } 0 } */
 
 #include "../../gcc.dg/di-longlong64-sync-1.c"