aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-11-25 19:50:51 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-11-25 19:50:51 +0000
commit9399bad37b8792cf22b5d90b7ca91ea11b6eedc1 (patch)
treec6471f0b655a3207a31c554a529697d31a2dd54e
parent163686bd6db39384a0248ea9586a7a0b3f0c2958 (diff)
downloadgcc-9399bad37b8792cf22b5d90b7ca91ea11b6eedc1.zip
gcc-9399bad37b8792cf22b5d90b7ca91ea11b6eedc1.tar.gz
gcc-9399bad37b8792cf22b5d90b7ca91ea11b6eedc1.tar.bz2
method.c (build_mangled_C9x_name): Rename to build_mangled_C99_name.
cp: * method.c (build_mangled_C9x_name): Rename to build_mangled_C99_name. Change C9X references in comments to refer to C99. testsuite: * gcc.c-torture/execute/memcheck/driver.c, gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change C9X references to refer to C99. From-SVN: r37745
-rw-r--r--gcc/cp/ChangeLog6
-rw-r--r--gcc/cp/method.c8
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c2
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h2
-rw-r--r--gcc/testsuite/gcc.dg/cpp/if-3.c2
6 files changed, 19 insertions, 7 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9bbf5b9..1cc9c5f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * method.c (build_mangled_C9x_name): Rename to
+ build_mangled_C99_name. Change C9X references in comments to
+ refer to C99.
+
2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
* parse.y (unary_expr): Move VA_ARG from here ...
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 532e451..3a95958 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -92,7 +92,7 @@ static int issue_ktype PARAMS ((tree));
static void build_overload_scope_ref PARAMS ((tree));
static void build_mangled_template_parm_index PARAMS ((const char *, tree));
#if HOST_BITS_PER_WIDE_INT >= 64
-static void build_mangled_C9x_name PARAMS ((int));
+static void build_mangled_C99_name PARAMS ((int));
#endif
static int is_back_referenceable_type PARAMS ((tree));
static int check_btype PARAMS ((tree));
@@ -652,7 +652,7 @@ build_mangled_template_parm_index (s, index)
}
-/* Mangling for C9X integer types (and Cygnus extensions for 128-bit
+/* Mangling for C99 integer types (and Cygnus extensions for 128-bit
and other types) is based on the letter "I" followed by the hex
representations of the bitsize for the type in question. For
encodings that result in larger than two digits, a leading and
@@ -674,7 +674,7 @@ build_mangled_template_parm_index (s, index)
#if HOST_BITS_PER_WIDE_INT >= 64
static void
-build_mangled_C9x_name (bits)
+build_mangled_C99_name (bits)
int bits;
{
char mangled[10] = "";
@@ -1454,7 +1454,7 @@ process_overload_item (parmtype, extra_Gcode)
else
{
int bits = TREE_INT_CST_LOW (TYPE_SIZE (parmtype));
- build_mangled_C9x_name (bits);
+ build_mangled_C99_name (bits);
}
#else
else
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b328ff3..1cec470 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gcc.c-torture/execute/memcheck/driver.c,
+ gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
+ C9X references to refer to C99.
+
2000-11-25 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/ultrasp3.c: New test.
diff --git a/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c b/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c
index 1da22e7..26803d8 100644
--- a/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c
+++ b/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c
@@ -1,6 +1,6 @@
/* GNU C dependencies:
Checker support hooks
- ISO C 9x array element initialization
+ ISO C99 array element initialization
void-pointer arithmetic */
#include "driver.h"
diff --git a/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h b/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h
index d8d22d2..3308659 100644
--- a/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h
+++ b/gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h
@@ -1,6 +1,6 @@
/* GNU C dependencies:
Checker support hooks
- ISO C 9x array element initialization
+ ISO C99 array element initialization
void-pointer arithmetic */
typedef __SIZE_TYPE__ size_t;
diff --git a/gcc/testsuite/gcc.dg/cpp/if-3.c b/gcc/testsuite/gcc.dg/cpp/if-3.c
index c46f563..674b91b 100644
--- a/gcc/testsuite/gcc.dg/cpp/if-3.c
+++ b/gcc/testsuite/gcc.dg/cpp/if-3.c
@@ -1,5 +1,5 @@
/* Test that the preprocessor is capable of 64-bit arithmetic.
- (Must turn off -pedantic, since `LL' constants are only in C9x.) */
+ (Must turn off -pedantic, since `LL' constants are only in C99.) */
/* { dg-do preprocess } */
/* { dg-options "" } */