From: Janis Johnson Date: Tue, 12 Jun 2012 20:27:13 +0000 (+0000) Subject: di-longlong64-sync-withhelpers.c: Add comments to checks for multiple messages report... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a637d2cb48139ed2ab31a383757a3bc625510de2;p=gcc.git 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-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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7181f7d7c7b..1ebf9ba2b4a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2012-06-12 Janis Johnson + * 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. diff --git a/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c b/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c index 19342bf80dd..c2959165b36 100644 --- a/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c +++ b/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c @@ -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" diff --git a/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c b/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c index 5b8f2128205..517c4a89d19 100644 --- a/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c +++ b/gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c @@ -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"