Commit a637d2cb by Janis Johnson Committed by Janis Johnson

di-longlong64-sync-withhelpers.c: Add comments to checks for multiple messages…

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
parent 300407a7
2012-06-12 Janis Johnson <janisjo@codesourcery.com> 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 * gcc.c-torture/compile/sync-1.c: Add comments to checks for multiple
messages reported for one line of source code. messages reported for one line of source code.
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/* { dg-require-effective-target arm_arch_v5_ok } */ /* { dg-require-effective-target arm_arch_v5_ok } */
/* { dg-options "-std=gnu99" } */ /* { dg-options "-std=gnu99" } */
/* { dg-add-options arm_arch_v5 } */ /* { 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_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" "" { 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 } */ /* { dg-message "file included" "In file included" { target *-*-* } 0 } */
#include "../../gcc.dg/di-longlong64-sync-1.c" #include "../../gcc.dg/di-longlong64-sync-1.c"
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
/* { dg-options "-marm -std=gnu99" } */ /* { dg-options "-marm -std=gnu99" } */
/* { dg-require-effective-target arm_arch_v6k_ok } */ /* { dg-require-effective-target arm_arch_v6k_ok } */
/* { dg-add-options arm_arch_v6k } */ /* { 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_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" "" { 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 } */ /* { dg-message "file included" "In file included" { target *-*-* } 0 } */
#include "../../gcc.dg/di-longlong64-sync-1.c" #include "../../gcc.dg/di-longlong64-sync-1.c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment