diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-30 21:11:44 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-30 21:11:44 +0000 |
commit | f8b1307cd2f65eee0f0f6d41b84984e1d3502075 (patch) | |
tree | d2ec4d65ba022fd3477c87ee70a96c950fc1e535 /gcc/config/cris | |
parent | f7ac2020767662a11decb342e9d3a9b718ce7235 (diff) | |
download | gcc-f8b1307cd2f65eee0f0f6d41b84984e1d3502075.tar.gz |
2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
* g++.old-deja/g++.other/access2.C: Likewise.
* g++.old-deja/g++.other/decl2.C: Likewise.
* gcc.c-torture/execute/20020615-1.c: Likewise.
2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* config/cris/cris.c: Fix spelling for "testcase".
* config/cris/cris.h: Likewise.
* config/cris/cris.md: Likewise.
* config/mmix/crti.asm: Likewise.
* config/mmix/mmix.h: Likewise.
* config/mmix/mmix.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68740 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cris')
-rw-r--r-- | gcc/config/cris/cris.c | 2 | ||||
-rw-r--r-- | gcc/config/cris/cris.h | 2 | ||||
-rw-r--r-- | gcc/config/cris/cris.md | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index 71366725c6e..6d8f2805dbe 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -1789,7 +1789,7 @@ cris_notice_update_cc (exp, insn) { /* Check if user specified "-mcc-init" as a bug-workaround. FIXME: TARGET_CCINIT does not work; we must set CC_REVERSED as below. - Several test-cases will otherwise fail, for example + Several testcases will otherwise fail, for example gcc.c-torture/execute/20000217-1.c -O0 and -O1. */ if (TARGET_CCINIT) { diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 6517cc5d1db..79953088a57 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -1648,7 +1648,7 @@ call_ ## FUNC (void) \ #define CASE_VECTOR_PC_RELATIVE 1 /* FIXME: Investigate CASE_VECTOR_SHORTEN_MODE to make sure HImode is not - used when broken-.word could possibly fail (plus test-case). */ + used when broken-.word could possibly fail (plus testcase). */ #define FIXUNS_TRUNC_LIKE_FIX_TRUNC diff --git a/gcc/config/cris/cris.md b/gcc/config/cris/cris.md index 1b2d504cc22..6be28eabb01 100644 --- a/gcc/config/cris/cris.md +++ b/gcc/config/cris/cris.md @@ -321,7 +321,7 @@ ;; of zeros starting at bit 0). ;; SImode. This mode is the only one needed, since gcc automatically -;; extends subregs for lower-size modes. FIXME: Add test-case. +;; extends subregs for lower-size modes. FIXME: Add testcase. (define_insn "*btst" [(set (cc0) (zero_extract @@ -884,7 +884,7 @@ return \"clear.b [%2=%0%S1]\"; }") -;; To appease test-case gcc.c-torture/execute/920501-2.c (and others) at +;; To appease testcase gcc.c-torture/execute/920501-2.c (and others) at ;; -O0, we need a movdi as a temporary measure. Here's how things fail: ;; A cmpdi RTX needs reloading (global): ;; (insn 185 326 186 (set (cc0) @@ -3812,7 +3812,7 @@ /* It might be that code can be generated that jumps to 0 (or to a specific address). Don't abort on that. At least there's a - test-case. */ + testcase. */ if (CONSTANT_ADDRESS_P (op0) && GET_CODE (op0) != CONST_INT) { if (no_new_pseudos) @@ -3879,7 +3879,7 @@ /* It might be that code can be generated that jumps to 0 (or to a specific address). Don't abort on that. At least there's a - test-case. */ + testcase. */ if (CONSTANT_ADDRESS_P (op1) && GET_CODE (op1) != CONST_INT) { if (no_new_pseudos) @@ -4673,7 +4673,7 @@ ;; to keep changes local to their cause. ;; ;; Do not add patterns that you do not know will be matched. -;; Please also add a self-contained test-case. +;; Please also add a self-contained testcase. ;; We have trouble with and:s and shifts. Maybe something is broken in ;; gcc? Or it could just be that bit-field insn expansion is a bit |