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]

[PATCH, testsuite committed] Fix gcc.target/powerpc/pr57744.c


Committed the following as obvious.


2013-07-18  Pat Haugen  <pthaugen@us.ibm.com>

        * gcc.target/powerpc/pr57744.c: Fix typo.


Index: gcc/testsuite/gcc.target/powerpc/pr57744.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/pr57744.c    (revision 200903)
+++ gcc/testsuite/gcc.target/powerpc/pr57744.c    (working copy)
@@ -31,7 +31,7 @@ volatile int do_test = 0;
 int main (void)
 {
   if (do_test && !libat_compare_exchange_16 (&a, &b, c, 0, 0))
-    aborrt ();
+    abort ();

   return 0;
 }


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