]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr41779.c: Fix typos.
authorOndřej Bílka <neleai@seznam.cz>
Sun, 21 Jul 2013 16:17:52 +0000 (16:17 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sun, 21 Jul 2013 16:17:52 +0000 (16:17 +0000)
2013-07-21   OndÅ\99ej Bílka  <neleai@seznam.cz>

* c-c++-common/pr41779.c: Fix typos.
* gcc.c-torture/compile/20031125-2.c: Likewise.
* gcc.c-torture/compile/20040621-1.c: Likewise.
* gcc.c-torture/execute/20020418-1.c: Likewise.
* gcc.dg/20020108-1.c: Likewise.
* gcc.dg/atomic-generic-aux.c: Likewise.
* gcc.dg/builtin-complex-err-2.c: Likewise.
* gcc.dg/decl-1.c: Likewise.
* gcc.dg/di-sync-multithread.c: Likewise.
* gcc.dg/format/c90-printf-1.c: Likewise.
* gcc.dg/format/ms_c90-printf-1.c: Likewise.
* gcc.dg/long-long-compare-1.c: Likewise.
* gcc.dg/plugin/start_unit_plugin.c: Likewise.
* gcc.dg/pr17055-1.c: Likewise.
* gcc.dg/pr27095.c: Likewise.
* gcc.dg/torture/fp-int-convert.h: Likewise.
* gcc.dg/tree-prof/inliner-1.c: Likewise.
* gcc.dg/tree-ssa/20030731-1.c: Likewise.
* gcc.dg/tree-ssa/forwprop-6.c: Likewise.
* gcc.dg/tree-ssa/ipa-cp-1.c: Likewise.
* gcc.dg/tree-ssa/loop-19.c: Likewise.
* gcc.dg/tree-ssa/loop-1.c: Likewise.
* gcc.dg/tree-ssa/pr21001.c: Likewise.
* gcc.dg/tree-ssa/pr42585.c: Likewise.
* gcc.dg/tree-ssa/ssa-dse-5.c: Likewise.
* gcc.dg/vect/vect-cond-5.c: Likewise.
* gcc.dg/weak/typeof-2.c: Likewise.
* gcc.target/aarch64/aapcs64/abitest-common.h: Likewise.
* gcc.target/arm/naked-1.c: Likewise.
* gcc.target/i386/pr9771-1.c: Likewise.
* gcc.target/sparc/sparc-constant-1.c: Likewise.
* gcc.target/sparc/struct-ret-check.c: Likewise.
* gcc.target/x86_64/abi/test_struct_returning.c: Likewise.
* gfortran.dg/c_ptr_tests_8_funcs.c: Likewise.
* objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: Likewise.

From-SVN: r201098

35 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/pr41779.c
gcc/testsuite/gcc.c-torture/compile/20031125-2.c
gcc/testsuite/gcc.c-torture/compile/20040621-1.c
gcc/testsuite/gcc.c-torture/execute/20020418-1.c
gcc/testsuite/gcc.dg/20020108-1.c
gcc/testsuite/gcc.dg/atomic-generic-aux.c
gcc/testsuite/gcc.dg/builtin-complex-err-2.c
gcc/testsuite/gcc.dg/decl-1.c
gcc/testsuite/gcc.dg/di-sync-multithread.c
gcc/testsuite/gcc.dg/format/c90-printf-1.c
gcc/testsuite/gcc.dg/format/ms_c90-printf-1.c
gcc/testsuite/gcc.dg/long-long-compare-1.c
gcc/testsuite/gcc.dg/plugin/start_unit_plugin.c
gcc/testsuite/gcc.dg/pr17055-1.c
gcc/testsuite/gcc.dg/pr27095.c
gcc/testsuite/gcc.dg/torture/fp-int-convert.h
gcc/testsuite/gcc.dg/tree-prof/inliner-1.c
gcc/testsuite/gcc.dg/tree-ssa/20030731-1.c
gcc/testsuite/gcc.dg/tree-ssa/forwprop-6.c
gcc/testsuite/gcc.dg/tree-ssa/ipa-cp-1.c
gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
gcc/testsuite/gcc.dg/tree-ssa/loop-19.c
gcc/testsuite/gcc.dg/tree-ssa/pr21001.c
gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-5.c
gcc/testsuite/gcc.dg/vect/vect-cond-5.c
gcc/testsuite/gcc.dg/weak/typeof-2.c
gcc/testsuite/gcc.target/aarch64/aapcs64/abitest-common.h
gcc/testsuite/gcc.target/arm/naked-1.c
gcc/testsuite/gcc.target/i386/pr9771-1.c
gcc/testsuite/gcc.target/sparc/sparc-constant-1.c
gcc/testsuite/gcc.target/sparc/struct-ret-check.c
gcc/testsuite/gcc.target/x86_64/abi/test_struct_returning.c
gcc/testsuite/gfortran.dg/c_ptr_tests_8_funcs.c

index 3580ff389bcb9fcebe7cb9d16d4ba8eeb3dd5884..4d4ba1d5ccf305a8d38b0ab4fae3e082fade59a1 100644 (file)
@@ -1,3 +1,41 @@
+2013-07-21   OndÅ\99ej Bílka  <neleai@seznam.cz>
+
+       * c-c++-common/pr41779.c: Fix typos.
+       * gcc.c-torture/compile/20031125-2.c: Likewise.
+       * gcc.c-torture/compile/20040621-1.c: Likewise.
+       * gcc.c-torture/execute/20020418-1.c: Likewise.
+       * gcc.dg/20020108-1.c: Likewise.
+       * gcc.dg/atomic-generic-aux.c: Likewise.
+       * gcc.dg/builtin-complex-err-2.c: Likewise.
+       * gcc.dg/decl-1.c: Likewise.
+       * gcc.dg/di-sync-multithread.c: Likewise.
+       * gcc.dg/format/c90-printf-1.c: Likewise.
+       * gcc.dg/format/ms_c90-printf-1.c: Likewise.
+       * gcc.dg/long-long-compare-1.c: Likewise.
+       * gcc.dg/plugin/start_unit_plugin.c: Likewise.
+       * gcc.dg/pr17055-1.c: Likewise.
+       * gcc.dg/pr27095.c: Likewise.
+       * gcc.dg/torture/fp-int-convert.h: Likewise.
+       * gcc.dg/tree-prof/inliner-1.c: Likewise.
+       * gcc.dg/tree-ssa/20030731-1.c: Likewise.
+       * gcc.dg/tree-ssa/forwprop-6.c: Likewise.
+       * gcc.dg/tree-ssa/ipa-cp-1.c: Likewise.
+       * gcc.dg/tree-ssa/loop-19.c: Likewise.
+       * gcc.dg/tree-ssa/loop-1.c: Likewise.
+       * gcc.dg/tree-ssa/pr21001.c: Likewise.
+       * gcc.dg/tree-ssa/pr42585.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-dse-5.c: Likewise.
+       * gcc.dg/vect/vect-cond-5.c: Likewise.
+       * gcc.dg/weak/typeof-2.c: Likewise.
+       * gcc.target/aarch64/aapcs64/abitest-common.h: Likewise.
+       * gcc.target/arm/naked-1.c: Likewise.
+       * gcc.target/i386/pr9771-1.c: Likewise.
+       * gcc.target/sparc/sparc-constant-1.c: Likewise.
+       * gcc.target/sparc/struct-ret-check.c: Likewise.
+       * gcc.target/x86_64/abi/test_struct_returning.c: Likewise.
+       * gfortran.dg/c_ptr_tests_8_funcs.c: Likewise.
+       * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: Likewise.
+
 2013-07-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/56937
index 80c8e6b1ddd2f91995594ed69086115acb076815..f80412c3a9f34e6bc02ab172f6f2123c8c5f4edc 100644 (file)
@@ -1,4 +1,4 @@
-/* PR41779: Wconversion cannot see throught real*integer promotions. */
+/* PR41779: Wconversion cannot see thought real*integer promotions. */
 /* { dg-do compile } */
 /* { dg-skip-if "doubles are floats" { "avr-*-*" } { "*" } { "" } } */
 /* { dg-options "-std=c99 -Wconversion" { target c } } */
index 42b72480e6a3552e8e0578e0a5b896ef89f769e0..fc16051a2d057ac2fd53138d131af0f6d760df4e 100644 (file)
@@ -1,7 +1,7 @@
 struct BlobSpan {
        int right;
 };
-/* This test makes sure we don't accidently cause a bad insertion to occur
+/* This test makes sure we don't accidentally cause a bad insertion to occur
    by choosing the wrong variable name so that we end up with a use not
    dominated by a def. */
 void render_blob_line(struct BlobSpan blobdata) {
index 8a2ebb07ecd9082da230a63d6654d946216e8069..cefa9cedf68037d649e1d52362feb2bd4685fa2e 100644 (file)
@@ -1,4 +1,4 @@
-/* This test woudl cause partial redundancies too complex for PRE
+/* This test would cause partial redundancies too complex for PRE
    to insert using a single temporary due to them not being GIMPLE
    expressions.  */
 int ssbgst (int c, int k)
index 953f96e86ae2a5ac0e91fbe04ef0b0af3e49b56d..4826ca88664c1ecd2b5a93c5340352ad737526c8 100644 (file)
@@ -1,4 +1,4 @@
-/* ifcvt accidently deletes a referenced label while generating
+/* ifcvt accidentally deletes a referenced label while generating
    conditional traps on machines having such patterns */
 
 struct foo { int a; };
index 579a22852964466d28c4c57a1f2d5f0e58f21614..89ffcaa12b9f552bb84a97fd8301f45bf77f5780 100644 (file)
@@ -1,7 +1,7 @@
 /* This testcase failed on i686 because (const_int -1) was changed into
    (const_int 0xffff) when storing it into SImode pseudo, but was not
    converted back to (const_int -1) when returning from store_expr,
-   eventhough target was (subreg:HI (reg/v:SI indx)).  But (const_int 0xffff)
+   even though target was (subreg:HI (reg/v:SI indx)).  But (const_int 0xffff)
    is not valid general_operand in HImode.  */
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
index 2f4cb2a88f7d72f2ffe63c6e3d24d4f292b575f1..73e1ed85393c15a951734bcf1c0a521a6b876c43 100644 (file)
@@ -20,7 +20,7 @@ __atomic_exchange (size_t size, void *obj, void *val, void *ret, int model)
 
 
 /* Note that the external version of this routine has the boolean weak/strong
-   parameter removed.  This is required by teh external library.  */
+   parameter removed.  This is required by the external library.  */
 bool
 __atomic_compare_exchange (size_t size, void *obj, void *expected,
                           void *desired, int model1, int model2)
index c285b2a0aa31cba49416395568ec14cd0eb0e751..be5ff65fdab9e21d5dcc412f0afdd0a9ecee9e0f 100644 (file)
@@ -1,4 +1,4 @@
-/* Test __builtin_complex errors.  Verify it does nto allow quiet
+/* Test __builtin_complex errors.  Verify it does not allow quiet
    creation of complex types in C90.  */
 /* { dg-do compile } */
 /* { dg-options "-std=c90 -pedantic-errors" } */
index bfbc9fb5326ad11d7a02d35a1b55d05220fa9ae3..348bb92eb816041aca6a4c779741a51814779085 100644 (file)
@@ -3,7 +3,7 @@
    Source: Neil Booth, 12 Feb 2002.
 
    In the declaration of proc, x must be parsed as a typedef name (C99
-   6.7.5.3 p11.  Also see C89 DR #009, which was erroneously ommitted
+   6.7.5.3 p11.  Also see C89 DR #009, which was erroneously omitted
    from C99, and resubmitted as DR #249: if in a parameter
    declaration, an identifier can be read as a typedef name or a
    paramter name, it is read as a typedef name).  */
index c786ff1df5fc95283e9b7ec43644b40a93075523..493f1e272016f83f0f2cef71202445b8731f532b 100644 (file)
@@ -66,8 +66,8 @@ worker (void* data)
       /* OK, lets try and do some stuff to the workspace - by the end
          of the main loop our area should be the same as it is now - i.e. 0.  */
 
-      /* Push the arithmetic section upto 128 - one of the threads will
-         case this to carry accross the 32bit boundary.  */
+      /* Push the arithmetic section up to 128 - one of the threads will
+         case this to carry across the 32bit boundary.  */
       for (tmp2 = 0; tmp2 < 64; tmp2++)
        {
          /* Add 2 using the two different adds.  */
index 586e4af6a54ad14acbf59aef3c97ff5ec53d4084..93b7f80a16263e446865d3e4169cf19509aa0bba 100644 (file)
@@ -209,7 +209,7 @@ foo (int i, int i1, int i2, unsigned int u, double d, char *s, void *p,
   */
   printf ("%s", p); /* { dg-warning "format" "bad argument types" } */
   /* The historical behavior is to allow signed / unsigned types
-     interchangably as arguments.  For values representable in both types,
+     interchangeably as arguments.  For values representable in both types,
      such usage may be correct.  For now preserve the behavior of GCC
      in such cases.
   */
index cce2342a565f8231250af6c7cc1770f0052cefaf..d2c839f615a68770312a4878f818cb4fdc7883b8 100644 (file)
@@ -161,7 +161,7 @@ foo (int i, int i1, int i2, unsigned int u, double d, char *s, void *p,
   */
   printf ("%s", p); /* { dg-warning "format" "bad argument types" } */
   /* The historical behavior is to allow signed / unsigned types
-     interchangably as arguments.  For values representable in both types,
+     interchangeably as arguments.  For values representable in both types,
      such usage may be correct.  For now preserve the behavior of GCC
      in such cases.
   */
index c650cb18d2b839a99c11ef8b22ae1b981ae7d9e8..2c378602072f323890cb17850c9a454e3eba8088 100644 (file)
@@ -1,5 +1,5 @@
 /* Problem only noticed on SH for -mcbranchdi DImode comparison with constants.
- * Target dependant failure but test valid for alls.  */
+ * Target dependent failure but test valid for alls.  */
 /* { dg-do run } */
 /* { dg-options "-O0" } */
 /* { dg-options "-O0 -mcbranchdi" { target sh4-*-* } } */
index 5b16e84a4323a1f7d4971446d958d7eab7e55c8b..852ab88bfc75ab1a77c36938af12cfa78e76cb3b 100644 (file)
@@ -1,7 +1,7 @@
 /* This plugin tests the correct operation of a PLUGIN_START_UNIT callback.
  * By the time a PLUGIN_START_UNIT callback is invoked, the frontend 
  * initialization should have completed. At least the different *_type_nodes
- * should have been created. This plugin creates an artifical global 
+ * should have been created. This plugin creates an artificial global 
  * interger variable.
  * 
 */
index d550076d6bdc7b384f8aeba3d2ac8195f6ddb15a..31037ab26632801538a0658b2513db652d40ca85 100644 (file)
@@ -3,7 +3,7 @@
 /* { dg-options "-O2 -ffast-math" } */
 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
-/* This test used to abort, beacuse we do an "integer" fold to zero, i.e.
+/* This test used to abort, because we do an "integer" fold to zero, i.e.
    x - x = (T)0 where T is the type of x.  Unfortunately, fold_convert
    was unable to convert integer_zero_node to the appropriate vector type.  */
 
index b88d390731e9236d2c4b38982470e0db38f91417..3fb490924a8602a1409d0ecad2ecf656f3e36f47 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-options "-O2" } */
 
 /* On MIPS, disable generating hints (R_MIPS_JALR) for PIC calls.  In addition
-   to the load from the GOT this also contains the name of the funtion so for
+   to the load from the GOT this also contains the name of the function so for
    each call the function name would appear twice.  */
 /* { dg-options "-O2 -mno-relax-pic-calls" { target mips*-*-* } } */
 
index 61d2c0199f29b0b5d6146721f400241292e6cab8..8ac9c3de1ac945f7ff35a63ade19686610f7ba9e 100644 (file)
@@ -19,7 +19,7 @@ typedef unsigned long UTItype;
    and unsigned integer types I and U and the floating-point type F,
    where P is the binary precision of the floating point type.  We
    test conversions of the values 0, 1, 0x7...f, 0x8...0, 0xf...f.  We
-   also test conversions of values half way inbetween two
+   also test conversions of values half way between two
    representable values (rounding both ways), just above half way, and
    just below half way.  */
 #define TEST_I_F(I, U, F, P)                                   \
index b5340b56d74913659556745653df9183d9bce86b..e44887b529e6129d00141aa1fbb7bf2fb909798c 100644 (file)
@@ -36,7 +36,7 @@ main ()
 
 /* cold function should be inlined, while hot function should not.  
    Look for "cold_function () [tail call];" call statement not for the
-   declaration or other apperances of the string in dump.  */
+   declaration or other appearances of the string in dump.  */
 /* { dg-final-use { scan-tree-dump "cold_function ..;" "optimized"} } */
 /* { dg-final-use { scan-tree-dump-not "hot_function ..;" "optimized"} } */
 /* { dg-final-use { cleanup-tree-dump "optimized" } } */
index a16f49dbb21e20f65782d4e4abf16888181b97d6..f90acd078ecf6434fea823309a4906fff402d4a2 100644 (file)
@@ -56,7 +56,7 @@ store_expr (exp, target, want_value)
     ;
 }
 
-/* All paths to the test "target != 0" occuring in the final IF statement
+/* All paths to the test "target != 0" occurring in the final IF statement
    dereference target.  Thus target can not have the value zero at that
    point and the test should have been eliminated.  */
 /* ??? The dominator walker (A) doesn't merge this data at joins and
index a7a4a41d876831015a61de5c0776a08c0930ce3e..4106b33162eed7a985dbcf29191e865e54ea1f62 100644 (file)
@@ -22,7 +22,7 @@ void f(void)
    particular situation before doing this transformation we have to
    assure that a is killed by a dominating store via type float for
    it to be valid.  Then we might as well handle the situation by
-   value-numbering, removing the load alltogether.
+   value-numbering, removing the load altogether.
    ???  We now do this after CPP re-writes a into SSA form.  */
 /* { dg-final { scan-tree-dump-times "VIEW_CONVERT_EXPR" 1 "forwprop1" } } */
 /* { dg-final { cleanup-tree-dump "forwprop1" } } */
index 26b433823aceba8706b2e4a2f96b1ab9a04ba2f7..5d087aa45dd3204d72db359555712b4e1fb4be0b 100644 (file)
@@ -15,6 +15,6 @@ blah ()
 {
   very_long_function (1);
 }
-/* One appereance for dump, one self recursive call and one call from main.  */
+/* One appearance for dump, one self recursive call and one call from main.  */
 /* { dg-final { scan-tree-dump-times "very_long_function.constprop.0 \\(\\)" 3 "optimized"} } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */
index 81178ae4c6eb66039cd21ee3e3c6aa9b9ad7d6f3..91220d80cea37f3f7627aac3eaa972acf9035341 100644 (file)
@@ -14,7 +14,7 @@
 /* { dg-options "-O1 -ftree-loop-ivcanon -funroll-loops -fdump-tree-ivcanon-details -fdump-tree-cunroll-details -fdump-tree-optimized -static" { target *-*-darwin* } } */
 
 /* On MIPS, disable generating hints (R_MIPS_JALR) for PIC calls.  In addition
-   to the load from the GOT this also contains the name of the funtion so for
+   to the load from the GOT this also contains the name of the function so for
    each call the function name would appear twice.  */
 /* { dg-options "-O1 -ftree-loop-ivcanon -funroll-loops -fdump-tree-ivcanon-details -fdump-tree-cunroll-details -fdump-tree-optimized -mno-relax-pic-calls" { target mips*-*-* } } */
 __attribute__ ((pure))
index d2be166539a0f6c473a2edfc5f15fb86cb75e480..74b60a054b71bebd5499ac0fbd77499aa093cf63 100644 (file)
@@ -20,7 +20,7 @@ void tuned_STREAM_Copy()
 /* Check that the memory references are based on &a and &c, with appropriate
    offsets.  Ideally, we would want each of them to appear once in the output.
    However, due to a bug in jump threading, we end up peeling one iteration from
-   the loop, which creates an additional occurence.  */
+   the loop, which creates an additional occurrence.  */
 
 /* { dg-final { scan-tree-dump-times "MEM.(base: &|symbol: )a," 2 "optimized" } } */
 /* { dg-final { scan-tree-dump-times "MEM.(base: &|symbol: )c," 2 "optimized" } } */
index 84280b39ccb5445e72a4bb97350d382860e7f843..888d609aea477afb6ea9fb8e0992ccaf3822c17b 100644 (file)
@@ -2,7 +2,7 @@
    VRP did not insert ASSERT_EXPRs when the variable tested in a
    COND_EXPR is a single-use variable.  By propagating the definition
    of the single-use variable into the COND_EXPR, we can get useful
-   range infomation out of the conditional.  */
+   range information out of the conditional.  */
 
 /* { dg-do compile } */
 /* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-vrp1-details" } */
index 520c357a3ad3b789fcee87740587d2caee821fba..f3d8459cc7d44b22c22302678b4a81f5b1063847 100644 (file)
@@ -33,7 +33,7 @@ Cyc_string_ungetc (int ignore, struct _fat_ptr *sptr)
 
 /* The local aggregates . */
 /* Whether the structs are totally scalarized or not depends on the
-   MOVE_RATIO macro defintion in the back end.  The scalarization will
+   MOVE_RATIO macro definition in the back end.  The scalarization will
    not take place when using small values for MOVE_RATIO.  */
 /* { dg-final { scan-tree-dump-times "struct _fat_ptr _ans" 0 "optimized" { target { ! "arm*-*-* powerpc*-*-* s390*-*-* sh*-*-*" } } } } */
 /* { dg-final { scan-tree-dump-times "struct _fat_ptr _T2" 0 "optimized" { target { ! "arm*-*-* powerpc*-*-* s390*-*-* sh*-*-*" } } } } */
index 537a5e57b8484b13a6de101b88f7ba46bdb35235..76e2004b0eb01628d0559f998cf67e20722b06b8 100644 (file)
@@ -12,7 +12,7 @@ f1 (int i, int j, int k)
   x = j; 
 } 
 
-/* The assignment "i = 3" is partialy dead.  Our DSE pass doesn't handle
+/* The assignment "i = 3" is partially dead.  Our DSE pass doesn't handle
    detection of partially dead assignments.
 
    There's two outputs which would indicate that the optimization was
index 8d28a45ce4cf07e0da9d5ef6a2cef4d7c6e385b9..e8adedbe411bae2b24ba65ee9124104d052db739 100644 (file)
@@ -53,7 +53,7 @@ int main ()
   return 0;
 }
 
-/* Double reduction with cond_expr is not supported, since eventhough the order 
+/* Double reduction with cond_expr is not supported, since even though the order 
    of computation is the same, but vector results should be reduced to scalar
    result, which can'be done for cond_expr.  */
 /* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" { xfail *-*-* } } } */
index d13235fd9729c151d158aa6a2abbd2c744ee9b88..45a12ebf918986ed29cbae92074e8e2e565fd6b4 100644 (file)
@@ -33,7 +33,7 @@ int bar3 (int x)
 // { dg-final { scan-assembler "baz2" } }
 // { dg-final { scan-assembler-not "baz2.*baz2.*baz2.*baz2.*baz2.*baz2" } }
 // { dg-final { scan-assembler-not "foo3" } }
-// SH targets put the funtion address into a constant pool and / or register,
+// SH targets put the function address into a constant pool and / or register,
 // so it does not appear repeated (as much as expected) in the assembler.
 // { dg-final { global target_triplet } }
 // { dg-final { if [string match sh-*-* $target_triplet ] {return} } }
index c749a42a2e476b53d2947ce98122e7686017815e..4e2ef0dace8ff934cbe513dbbb9953b77ee95b21 100644 (file)
@@ -86,7 +86,7 @@ extern void dumpregs () __asm("myfunc");
 
 #ifdef RUNTIME_ENDIANNESS_CHECK
 #ifndef RUNTIME_ENDIANNESS_CHECK_FUNCTION_DEFINED
-/* This helper funtion defined to detect whether there is any incompatibility
+/* This helper function defined to detect whether there is any incompatibility
    issue on endianness between compilation time and run-time environments.
    TODO: review the implementation when the work of big-endian support in A64
    GCC starts.
index 8f9ff711a5eee381618b34adbe5a1caa222d814e..fefffae8123ce8f0b95bb7a14b9251b4527bf2c1 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O0" } */
 /* Check that function arguments aren't assigned and copied to stack slots
-   in naked functions.  This ususally happens at -O0 (presumably for
+   in naked functions.  This usually happens at -O0 (presumably for
    better debugging), but is highly undesirable if we haven't created
    a stack frame.  */
 void __attribute__((naked))
index 38586fe9725dd990340c26640a2d096fdcc957cc..520259c965c76014e17aefa3c3d30c4eecc936b6 100644 (file)
@@ -28,7 +28,7 @@ void foo()
   *adr = save;
 }
 
-/* This must not be inlined becuase main() requires the frame pointer
+/* This must not be inlined because main() requires the frame pointer
    for stack alignment.  */
 void test(void) __attribute__((noinline));
 void test(void)
index 491f9d3f8b0e63d2121cf5c49db6daf34c2cc4b0..a882ffbf37279abeff11e6bce722c87e8b00949e 100644 (file)
@@ -3,7 +3,7 @@
 /* { dg-do compile } */
 
 /* Verify that adding the constant 4096 is turned
-   into substracting the constant -4096. */
+   into subtracting the constant -4096. */
 
 int foo(int a)
 {
index 350224eb667a30c656f2202a225d66858e615c35..00307fe2978e4b240dc5d56f30ff59bf3df4175b 100644 (file)
@@ -96,7 +96,7 @@ int main (void)
   /* If the caller does an unconditional adjustment it will skip
      the mov, and then we can fail the test based on check's value 
      We pass a valid pointer to a save area in order to check if 
-     caller incorrectly wrote to the save area aswell. There may
+     caller incorrectly wrote to the save area as well. There may
      be a case where the unimp check and skip is correct, but the
      write to the save area still occurs. */
 
index ef8d32904837a4639a35c11a2df7291679ceec1d..2881f8ec856dd3dba97a8859a88cdd148a8ecf85 100644 (file)
@@ -190,7 +190,7 @@ void check_all (Type class, unsigned long size)
        is given to the f_* functions, otherwise a conforming program
        could notice the struct changing already before the function returns.
        This temporary struct could be anywhere.  For GCC it will be on
-       stack, but noone is forbidding that it could be a static variable
+       stack, but no one is forbidding that it could be a static variable
        if there's no threading or proper locking.  Nobody in his right mind
        will not use the stack for that.  */
     case MEM: assert (*(unsigned char*)struct_addr == 42 && rdi == rax); break;
index 2ad01211658cc1463924bdad6a619778236c659f..dceec33063c2f0c17f0c1efd9e8ff54d2d32f975 100644 (file)
@@ -1,4 +1,4 @@
-/* This file provides auxilliary functions for c_ptr_tests_8.  */
+/* This file provides auxiliary functions for c_ptr_tests_8.  */
 
 #include <stdio.h>
 #include <stdlib.h>