OSDN Git Service

cp:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Nov 2000 19:50:51 +0000 (19:50 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Nov 2000 19:50:51 +0000 (19:50 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37745 138bc75d-0d04-0410-961f-82ee72b054a4

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 9bbf5b9..1cc9c5f 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 532e451..3a95958 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 b328ff3..1cec470 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 1da22e7..26803d8 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 d8d22d2..3308659 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 c46f563..674b91b 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 "" } */