]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree.c (maybe_dummy_object): Replace // with /* */e
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 10 Aug 2002 13:11:43 +0000 (13:11 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 10 Aug 2002 13:11:43 +0000 (13:11 +0000)
cp:
* tree.c (maybe_dummy_object): Replace // with /* */e
testsuite:
* gcc.dg/bitfld-4.c: Add blank options.

From-SVN: r56183

gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/bitfld-4.c

index bb028f6273ff0d5d50dd858e356807ca94b2aec5..569d19a73d3719e12103825c7a76b114aa3aeabc 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * tree.c (maybe_dummy_object): Replace // with /* */
+
 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
 
        * call.c (standard_conversion): Use build_ptrmem_type.
index ef870765fe8e36a48605162c723946cb3ca584a8..ac1d3d1f3bcc0c2a1400bb10577b5a75f9f6154c 100644 (file)
@@ -1856,8 +1856,9 @@ maybe_dummy_object (type, binfop)
     *binfop = binfo;
   
   if (current_class_ref && context == current_class_type
-      // Kludge: Make sure that current_class_type is actually correct.
-      // It might not be if we're in the middle of tsubst_default_argument.
+      /* Kludge: Make sure that current_class_type is actually
+         correct.  It might not be if we're in the middle of
+         tsubst_default_argument. */
       && same_type_p (TYPE_MAIN_VARIANT (TREE_TYPE (current_class_ref)),
                      current_class_type))
     decl = current_class_ref;
index c1bd99ba9e7198af98f77cea3ff350f30b419e52..267062e8a8baa0cf2241e92cfa1f0e50167e3161 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * gcc.dg/bitfld-4.c: Add blank options.
+
 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
 
        * g++.dg/template/crash1.C: New test.
@@ -12,7 +16,7 @@
        
 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * g++.dg/abi/bitfield4.c: New test.
+       * g++.dg/abi/bitfield4.C: New test.
        * gcc.dg/bitfld-4.c: New test.
 
 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
index 1470993d233101e2eb8818588a33054ce2cf863c..9df7f2f2d626b67beac900d73a66d77645c6b0f1 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "" } */
 
 /* Check bitfields and non-bitfields are aligned & sized similarly.