Cleanup double words.
authorMike Stump <mrs@gcc.gnu.org>
Sun, 10 Apr 2011 17:57:59 +0000 (17:57 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sun, 10 Apr 2011 17:57:59 +0000 (17:57 +0000)
From-SVN: r172245

12 files changed:
gcc/testsuite/ada/acats/tests/c4/c460011.a
gcc/testsuite/ada/acats/tests/c9/c954013.a
gcc/testsuite/gcc.c-torture/compile/20011106-2.c
gcc/testsuite/gcc.c-torture/execute/980709-1.x
gcc/testsuite/gcc.c-torture/execute/990826-0.x
gcc/testsuite/gcc.dg/vect/vect-peel-1.c
gcc/testsuite/gcc.target/mips/inter/mips16_stubs_1_x.c
gcc/testsuite/gfortran.dg/func_result_1.f90
gcc/testsuite/gfortran.dg/missing_derived_type_1.f90
gcc/testsuite/gfortran.dg/use_rename_1.f90
gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h
gcc/testsuite/objc/execute/next_mapping.h

index 56e4c0c4ec240711d65ff5c28f21d10cf6c206fe..78038a2bcd45082459ae113e91ed9059902b3627 100644 (file)
@@ -37,7 +37,7 @@
 --      and greater than the value of the mod.
 --      Declare a generic test procedure and instantiate it for each of the
 --      unsigned types for each operand type.
---      Check that the the operand is properly rounded during the conversion.
+--      Check that the operand is properly rounded during the conversion.
 --
 -- APPLICABILITY CRITERIA:
 --      This test is applicable to all implementations which support
index a9de8c56b1240bb2e9be3008042d91100897eac8..70ea3f55970657336870f040ee26810cf9dab471 100644 (file)
@@ -363,7 +363,7 @@ procedure C954013 is
                -- Show that this message did pass through the Distributor Task
                Transaction.TC_Thru_Dist := true;
 
-               -- Pass this transaction on the the appropriate computation
+               -- Pass this transaction on the appropriate computation
                -- task
                case Transaction.Code is 
                   when Credit =>
index 358f9d2ed492ac0a708f8a3bcb958df5c5c7350c..7f80554faae57e0d200836974b38e8c8f75ec353 100644 (file)
@@ -1,4 +1,4 @@
-/* Test the the type of a component of a conditional expression between
+/* Test the type of a component of a conditional expression between
    two structures is correct.  */
 /* Origin: Joseph Myers <jsm28@cam.ac.uk>.  */
 
index 937215ba507b0829b8fe925a81a2e0bbbaaad109..307f568859cf21c9ef4134462ac8c546bb78de96 100644 (file)
@@ -1,7 +1,7 @@
 # XFAIL this test for AIX using -msoft-float.
 # This test calls the system libm.a function pow.
 # A false failure is reported if -msoft-float is used.
-# AIX expects the the parameters to be passed in fp regs. 
+# AIX expects the parameters to be passed in fp regs. 
 if { [istarget powerpc-*-aix*] || [istarget rs6000-*-aix*] } {
     set torture_eval_before_execute {
        global compiler_conditional_xfail_data
index 1785309a7b0c7216e5c7ca5aa33c149c1f64f953..477c10bba5bfa555cb1303ed38560caff914537a 100644 (file)
@@ -1,7 +1,7 @@
 # XFAIL this test for AIX using -msoft-float.
 # This test calls the system libm.a function floor.
 # A false failure is reported if -msoft-float is used.
-# AIX expects the the parameters to be passed in fp regs. 
+# AIX expects the parameters to be passed in fp regs. 
 if { [istarget powerpc-*-aix*] || [istarget rs6000-*-aix*] } {
     set torture_eval_before_execute {
        global compiler_conditional_xfail_data
index 58a0cdbf203bdc497079c43dbb5d167f14034446..2a150e91203f812c942260bfd441cf9959cce987 100644 (file)
@@ -14,10 +14,10 @@ int main1 ()
   int i;
   int ia[N+1];
 
-  /* All the accesses are misaligned. With cost model disabled, we count the 
-     the number of aligned accesses for each peeling option, and in this case
-     we align the two loads if possible (i.e., if misaligned stores are 
-     supported).  */
+  /* All the accesses are misaligned. With cost model disabled, we
+     count the number of aligned accesses for each peeling option, and
+     in this case we align the two loads if possible (i.e., if
+     misaligned stores are supported).  */
   for (i = 1; i <= N; i++)
     {
       ia[i] = ib[i+2] + ib[i+6];
index 076b399a3845c8f5de2e80354cdd12ee39f54911..38339cad8942af4e54b4bae28b90c93da1a77d46 100644 (file)
@@ -89,7 +89,7 @@ extern _Complex double (*pcd10) (double, double);
 #define CHECK_RESULT(x, y) if ((x) != (y)) abort ()
 #define CHECK_VOID_RESULT(x, y)  CHECK_RESULT (((x), the_result), y)
 
-/* Call functions through pointers and and check against expected results.  */
+/* Call functions through pointers and check against expected results.  */
 void
 test (void)
 {
index ce3c2e4e68566486adfbc515a8bac49699c88328..51f5cd4ca9ee96a31e598c639843237fdb0d9f11 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do run }
-! From PR 19673 : We didn't dereference the the result from POINTER
+! From PR 19673 : We didn't dereference the result from POINTER
 ! functions with a RESULT clause
 program ret_ptr
   if (foo(99) /= bar(99)) call abort ()
index 49c1ec8cedf535c4c17c809f46cec508de0b1f5d..c890927179c05ce1b07023b20145a748a3d1e88e 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! Tests the fix for PR29364, in which the the absence of the derived type
+! Tests the fix for PR29364, in which the absence of the derived type
 ! 'nonexist' was not diagnosed.
 !
 ! Contributed by Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
index 01645f678b60c97ba9d938d91a3ef7a6a6068542..2e9a3c8652a2360d47f85fb474ee25275340963e 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do compile }
 ! Tests the fix for PR34854, in which the second of the two subroutines would fail
-! because the the type declaration of nmoltype_phase would incorrectly conflict
+! because the type declaration of nmoltype_phase would incorrectly conflict
 ! with the type given to the module variable of the same name.
 !
 ! Contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
index b981880332227580172d3c6b1a2dd0446dfe3668..6a4b4ceed42cccad186f8b1b0d3706312ce20ad6 100644 (file)
@@ -676,7 +676,7 @@ objc_layout_structure (const char *type,
          && *ntype++ != '=')
     /* do nothing */;
 
-  /* If there's a "<name>=", ntype - 1 points to '='; skip the the name */
+  /* If there's a "<name>=", ntype - 1 points to '='; skip the name */
   if (*(ntype - 1) == '=')
     type = ntype;
 
index 41d40fdf0dcce35b12b886cbfcf8de0552f0ae55..c28f173ce1a296b632405c4bdb5c4efd0baee3ce 100644 (file)
@@ -749,7 +749,7 @@ objc_layout_structure (const char *type,
          && *ntype++ != '=')
     /* do nothing */;
 
-  /* If there's a "<name>=", ntype - 1 points to '='; skip the the name */
+  /* If there's a "<name>=", ntype - 1 points to '='; skip the name */
   if (*(ntype - 1) == '=')
     type = ntype;