]> gcc.gnu.org Git - gcc.git/commitdiff
builtin-attrs.def: Fix comment formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 22 Aug 2003 06:25:09 +0000 (06:25 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 22 Aug 2003 06:25:09 +0000 (06:25 +0000)
* builtin-attrs.def: Fix comment formatting.
* c-pretty-print.c: Likewise.
* diagnostic.h: Likewise.
* langhooks.h: Likewise.
* recog.c: Likewise.
* simplify-rtx.c: Likewise.
* tree.def: Likewise.

From-SVN: r70676

gcc/ChangeLog
gcc/builtin-attrs.def
gcc/c-pretty-print.c
gcc/diagnostic.h
gcc/langhooks.h
gcc/recog.c
gcc/simplify-rtx.c
gcc/tree.def

index a6d84223314175a40661927e560220523b25f7e8..e7c933549568f3c032e66e6e43d6823a1275acda 100644 (file)
@@ -1,3 +1,13 @@
+2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * builtin-attrs.def: Fix comment formatting.
+       * c-pretty-print.c: Likewise.
+       * diagnostic.h: Likewise.
+       * langhooks.h: Likewise.
+       * recog.c: Likewise.
+       * simplify-rtx.c: Likewise.
+       * tree.def: Likewise.
+
 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
 
        * config/m68k/m68k-protos.h: Convert to ISO C90.
index 66f75187ad6c040cbce3b7dd00f8d589e79abb3d..92fe65e1e0df27570dd54eb135fcd361a7d3d04b 100644 (file)
@@ -104,22 +104,22 @@ DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_2, ATTR_NONNULL, ATTR_LIST_2, \
                        ATTR_NOTHROW_LIST)
 DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_3, ATTR_NONNULL, ATTR_LIST_3, \
                        ATTR_NOTHROW_LIST)
-/* Nothrow functions whose first and second parameters are nonnull pointers. */
+/* Nothrow functions whose first and second parameters are nonnull pointers.  */
 DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_1_2, ATTR_NONNULL, ATTR_LIST_2, \
                        ATTR_NOTHROW_NONNULL_1)
-/* Nothrow functions whose first and fourth parameters are nonnull pointers. */
+/* Nothrow functions whose first and fourth parameters are nonnull pointers.  */
 DEF_ATTR_TREE_LIST (ATTR_NOTHROW_NONNULL_1_4, ATTR_NONNULL, ATTR_LIST_4, \
                        ATTR_NOTHROW_NONNULL_1)
-/* Nothrow const functions whose first parameter is a nonnull pointer. */
+/* Nothrow const functions whose first parameter is a nonnull pointer.  */
 DEF_ATTR_TREE_LIST (ATTR_CONST_NOTHROW_NONNULL_1, ATTR_CONST, ATTR_NULL, \
                        ATTR_NOTHROW_NONNULL_1)
-/* Nothrow pure functions whose first parameter is a nonnull pointer. */
+/* Nothrow pure functions whose first parameter is a nonnull pointer.  */
 DEF_ATTR_TREE_LIST (ATTR_PURE_NOTHROW_NONNULL_1, ATTR_PURE, ATTR_NULL, \
                        ATTR_NOTHROW_NONNULL_1)
-/* Nothrow pure functions whose first and second parameters are nonnull pointers. */
+/* Nothrow pure functions whose first and second parameters are nonnull pointers.  */
 DEF_ATTR_TREE_LIST (ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_PURE, ATTR_NULL, \
                        ATTR_NOTHROW_NONNULL_1_2)
-/* Nothrow malloc functions whose first parameter is a nonnull pointer. */
+/* Nothrow malloc functions whose first parameter is a nonnull pointer.  */
 DEF_ATTR_TREE_LIST (ATTR_MALLOC_NOTHROW_NONNULL_1, ATTR_MALLOC, ATTR_NULL, \
                        ATTR_NOTHROW_NONNULL_1)
 
index 455137e6a58f432f36b97e51bd92a5454822eab3..6e12d6134d85150bb8be560efc30728d9d9bc0bc 100644 (file)
@@ -1142,7 +1142,7 @@ pp_c_postfix_expression (c_pretty_printer ppi, tree e)
           pp_c_id_expression (ppi, TREE_OPERAND (e, 0));
           break;
         }
-      /* else fall through.   */
+      /* else fall through.  */
 
     default:
       pp_primary_expression (ppi, e);
index 9087617e4d1c04a2ee6a36bce1ff608f2d51c853..cf331e0df5fbee16d7bd2a0a279774840682ff1b 100644 (file)
@@ -57,7 +57,7 @@ typedef diagnostic_starter_fn diagnostic_finalizer_fn;
    the context of a diagnostic message.  */
 struct diagnostic_context
 {
-  /* Where most of the diagnostic formatting work is done.   */
+  /* Where most of the diagnostic formatting work is done.  */
   pretty_printer *printer;
 
   /* The number of times we have issued diagnostics.  */
index e097ee224aa6b162ca05bee933767830e68a0990..7bcd4353734047b76b53eefafc19b0f9d972833a 100644 (file)
@@ -362,7 +362,7 @@ struct lang_hooks
   tree (*expr_size) (tree);
 
   /* Called from uninitialized_vars_warning to find out if a variable is
-     uninitialized based on DECL_INITIAL. */
+     uninitialized based on DECL_INITIAL.  */
   bool (*decl_uninit) (tree);
 
   /* Pointers to machine-independent attribute tables, for front ends
index 7e75f34da837774e0dd41a7ce83fa5e631b8a5c1..02ae71d5d538732dc7ca61a9b79f268d9ba08f49 100644 (file)
@@ -1949,7 +1949,7 @@ offsettable_address_p (int strictp, enum machine_mode mode, rtx y)
    because the amount of the increment depends on the mode.  */
 
 int
-mode_dependent_address_p (rtx addr ATTRIBUTE_UNUSED /* Maybe used in GO_IF_MODE_DEPENDENT_ADDRESS. */)
+mode_dependent_address_p (rtx addr ATTRIBUTE_UNUSED /* Maybe used in GO_IF_MODE_DEPENDENT_ADDRESS.  */)
 {
   GO_IF_MODE_DEPENDENT_ADDRESS (addr, win);
   return 0;
index ddd55cc5c965daaf3716843a4732df68e490f730..36a858536c7480ae5ab1273a239b4306e46755a4 100644 (file)
@@ -3163,7 +3163,7 @@ simplify_rtx (rtx x)
       if (swap_commutative_operands_p (XEXP (x, 0), XEXP (x, 1)))
        return simplify_gen_binary (code, mode, XEXP (x, 1), XEXP (x, 0));
 
-      /* Fall through.... */
+      /* Fall through....  */
 
     case '2':
       return simplify_binary_operation (code, mode, XEXP (x, 0), XEXP (x, 1));
index 056f5d095be453544aaaecbe5edf8eff2d3167e3..085f9e478571b21f57971842d0cefa3b8e88944a 100644 (file)
@@ -274,7 +274,7 @@ DEFTREECODE (COMPLEX_CST, "complex_cst", 'c', 0)
 /* Contents are in TREE_VECTOR_CST_ELTS field.  */
 DEFTREECODE (VECTOR_CST, "vector_cst", 'c', 0)     
 
-/* Contents are TREE_STRING_LENGTH and TREE_STRING_POINTER fields. */
+/* Contents are TREE_STRING_LENGTH and TREE_STRING_POINTER fields.  */
 DEFTREECODE (STRING_CST, "string_cst", 'c', 0)
 
 /* Declarations.  All references to names are represented as ..._DECL
This page took 0.09709 seconds and 5 git commands to generate.