method.c (build_mangled_C9x_name): Rename to build_mangled_C99_name.
authorJoseph Myers <jsm28@cam.ac.uk>
Sat, 25 Nov 2000 19:50:51 +0000 (19:50 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 25 Nov 2000 19:50:51 +0000 (19:50 +0000)
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

gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/memcheck/driver.c
gcc/testsuite/gcc.c-torture/execute/memcheck/driver.h
gcc/testsuite/gcc.dg/cpp/if-3.c

index 9bbf5b92e4a90a71fde043905daf81438ac0ca68..1cc9c5f343007482a2da0ef62218505594e179ae 100644 (file)
@@ -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 ...
index 532e45120f881113240a48a97cc355e161ccdf1f..3a959585343c3d0b97885a090c89b908c72b4758 100644 (file)
@@ -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
index b328ff3402741f01b356d0a47c5a8035a6fd33b5..1cec4704921b5ab95e132248857fb88bf8a0233f 100644 (file)
@@ -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.
index 1da22e7a22228e72e34e9c779a2db557e99f9bca..26803d84b34978d13712c4c1cd69cbc968751dbd 100644 (file)
@@ -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"
index d8d22d2496a80aba42f11d6fafc8b4739ba31319..33086598cc91bcab481ab473dbaaa280791df573 100644 (file)
@@ -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;
index c46f5633761b87d73f1f85bcf2d1d5a5af66cbf7..674b91b949388fea656c3eceb40d589a20c084fd 100644 (file)
@@ -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 "" } */