aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-15 17:51:50 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-15 17:51:50 +0000
commit3bbe3320ec5d9c41544e904c15b6c55db115a9be (patch)
tree76b3d556f3aa187f20feefc138642e07f4e35b3b /gcc/testsuite/gcc.dg/cpp
parent56149abcd3ec956a50cd8c563bc103acf6fbc3bd (diff)
downloadgcc-3bbe3320ec5d9c41544e904c15b6c55db115a9be.zip
gcc-3bbe3320ec5d9c41544e904c15b6c55db115a9be.tar.gz
gcc-3bbe3320ec5d9c41544e904c15b6c55db115a9be.tar.bz2
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions. * g++.dg/template/friend4.C: Likewise. * g++.old-deja/g++.pt/crash67.C: Likewise. * gcc.c-torture/execute/20000801-4.c: Likewise. * gcc.dg/c90-digraph-1.c: Likewise. * gcc.dg/c94-digraph-1.c: Likewise. * gcc.dg/c99-digraph-1.c: Likewise. * gcc.dg/cpp/line5.c: Likewise. * gcc.dg/cpp/multiline.c: Likewise. * gcc.dg/cpp/trad/literals-1.c: Likewise. * gcc.dg/format/attr-3.c: Likewise. * gcc.dg/format/c90-scanf-3.c: Likewise. * gcc.dg/format/ext-4.c: Likewise. From-SVN: r57161
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/line5.c2
-rw-r--r--gcc/testsuite/gcc.dg/cpp/multiline.c2
-rw-r--r--gcc/testsuite/gcc.dg/cpp/trad/literals-1.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/line5.c b/gcc/testsuite/gcc.dg/cpp/line5.c
index d0c04b7..4cad6a1 100644
--- a/gcc/testsuite/gcc.dg/cpp/line5.c
+++ b/gcc/testsuite/gcc.dg/cpp/line5.c
@@ -10,6 +10,6 @@
-fpreprocessed on raw source. Nevertheless, we should not
segfault. This is a test that we don't back up two tokens in
cpplib.c - one to back up over the number, and one when we
- recognise that it's not a valid directive in preprocessed input. */
+ recognize that it's not a valid directive in preprocessed input. */
# 1 "foo.c"
diff --git a/gcc/testsuite/gcc.dg/cpp/multiline.c b/gcc/testsuite/gcc.dg/cpp/multiline.c
index efd2b6d..e76ba04 100644
--- a/gcc/testsuite/gcc.dg/cpp/multiline.c
+++ b/gcc/testsuite/gcc.dg/cpp/multiline.c
@@ -1,7 +1,7 @@
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-C" } */
-/* Test that multi-line tokens are recognised by cpp0 as being
+/* Test that multi-line tokens are recognized by cpp0 as being
multiline . Source: Neil Booth, 17 Dec 2000. */
/* Line 1
Line 2
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/literals-1.c b/gcc/testsuite/gcc.dg/cpp/trad/literals-1.c
index 7fde0d5..15c8030 100644
--- a/gcc/testsuite/gcc.dg/cpp/trad/literals-1.c
+++ b/gcc/testsuite/gcc.dg/cpp/trad/literals-1.c
@@ -1,4 +1,4 @@
-/* Test that (what looks like) comments are not recognised in literals
+/* Test that (what looks like) comments are not recognized in literals
and that quotes within quotes do not confused the preprocessor. */
/* { dg-do run } */