mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 21:01:09 +08:00
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
This commit is contained in:
parent
300407a773
commit
a637d2cb48
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user