This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH, rs6000: backport PR 37640


> Sure?  The test doesn't pass on the branch.

Sorry about that.  Fixed with this patch (committed).

2008-11-21  Ben Elliston  <bje@au.ibm.com>

        * gcc.c-torture/compile/sync-3.c: Remove dg-message directive.

Index: gcc.c-torture/compile/sync-3.c
===================================================================
--- gcc.c-torture/compile/sync-3.c      (revision 142076)
+++ gcc.c-torture/compile/sync-3.c      (working copy)
@@ -1,5 +1,3 @@
-/* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
-
 /* Validate that each of the __sync builtins compiles.  This won't 
    necessarily link, since the target might not support the builtin,
    so this may result in external library calls.  */



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]