summaryrefslogtreecommitdiff
path: root/gcc/config/mmix
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@gcc.gnu.org>2003-06-30 21:11:44 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2003-06-30 21:11:44 +0000
commit109b748d3f13dcef66ca77f51bd779271b40d1f0 (patch)
treed2ec4d65ba022fd3477c87ee70a96c950fc1e535 /gcc/config/mmix
parent5892c641b36457dddabd8ee1e75117a2b7f07c1c (diff)
downloadgcc-109b748d3f13dcef66ca77f51bd779271b40d1f0.tar.gz
README: Fix spelling for "testcase".
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. From-SVN: r68740
Diffstat (limited to 'gcc/config/mmix')
-rw-r--r--gcc/config/mmix/crti.asm2
-rw-r--r--gcc/config/mmix/mmix.h4
-rw-r--r--gcc/config/mmix/mmix.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mmix/crti.asm b/gcc/config/mmix/crti.asm
index f4458f7b1b8..68c5f3f04aa 100644
--- a/gcc/config/mmix/crti.asm
+++ b/gcc/config/mmix/crti.asm
@@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */
% segments.
% This little treasure is here so the 32 lowest address bits of user data
-% will not be zero. Because of truncation, that would cause test-case
+% will not be zero. Because of truncation, that would cause testcase
% gcc.c-torture/execute/980701-1.c to incorrectly fail.
.data ! mmixal:= 8H LOC Data_Segment
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h
index 95c64447724..502dcfe51fe 100644
--- a/gcc/config/mmix/mmix.h
+++ b/gcc/config/mmix/mmix.h
@@ -738,7 +738,7 @@ enum reg_class
replace with a big comment.
The definition needs to match or be a subset of
FUNCTION_ARG_PASS_BY_REFERENCE, since not all callers check that before
- usage. Watch lots of C++ test-cases fail if set to 1, for example
+ usage. Watch lots of C++ testcases fail if set to 1, for example
g++.dg/init/byval1.C. */
#define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) \
mmix_function_arg_pass_by_reference (&(CUM), MODE, TYPE, NAMED)
@@ -871,7 +871,7 @@ typedef struct { int regs; int lib; } CUMULATIVE_ARGS;
comparisons with -1 to LT and GE respectively, and LT, LTU, GE or GEU
comparisons with 256 to 255 and LE, LEU, GT and GTU has been
ineffective; the code path for performing the changes did not trig for
- neither the GCC test-suite nor ghostscript-6.52 nor Knuth's mmix.tar.gz
+ neither the GCC testsuite nor ghostscript-6.52 nor Knuth's mmix.tar.gz
itself (core GCC functionality supposedly handling it) with sources
from 2002-06-06. */
diff --git a/gcc/config/mmix/mmix.md b/gcc/config/mmix/mmix.md
index 8878c3f692c..844b8415c52 100644
--- a/gcc/config/mmix/mmix.md
+++ b/gcc/config/mmix/mmix.md
@@ -1094,7 +1094,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
;; Don't use 'p' here. A 'p' must stand first in constraints, or reload
;; messes up, not registering the address for reload. Several C++
-;; test-cases, including g++.brendan/crash40.C. FIXME: This is arguably a
+;; testcases, including g++.brendan/crash40.C. FIXME: This is arguably a
;; bug in gcc. Note line ~2612 in reload.c, that does things on the
;; condition <<else if (constraints[i][0] == 'p')>> and the comment on
;; ~3017 that says: