Commit 915b80ed by Philippe De Muyter Committed by Jeff Law

integrate.c (mark_stores): Function definition made void, to match previous declaration.

        * integrate.c (mark_stores): Function definition made void, to match
        previous declaration.
        * regclass.c (dump_regclass): Ditto.
        * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.

From-SVN: r30681
parent 5c96cc3b
Sun Nov 28 00:48:15 1999 Philippe De Muyter <phdm@macqel.be>
* integrate.c (mark_stores): Function definition made void, to match
previous declaration.
* regclass.c (dump_regclass): Ditto.
* Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
Sat Nov 27 08:38:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Sat Nov 27 08:38:26 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
......
...@@ -70,7 +70,7 @@ XCFLAGS = ...@@ -70,7 +70,7 @@ XCFLAGS =
TCFLAGS = TCFLAGS =
CFLAGS = -g @stage1_warn_cflags@ CFLAGS = -g @stage1_warn_cflags@
BOOT_CFLAGS = -O2 $(CFLAGS) BOOT_CFLAGS = -O2 $(CFLAGS)
WARN_CFLAGS = -W -Wall WARN_CFLAGS = -W -Wall -Wtraditional
# These exists to be overridden by the x-* and t-* files, respectively. # These exists to be overridden by the x-* and t-* files, respectively.
X_CFLAGS = X_CFLAGS =
T_CFLAGS = T_CFLAGS =
......
...@@ -2353,7 +2353,7 @@ subst_constants (loc, insn, map, memonly) ...@@ -2353,7 +2353,7 @@ subst_constants (loc, insn, map, memonly)
/* Show that register modified no longer contain known constants. We are /* Show that register modified no longer contain known constants. We are
called from note_stores with parts of the new insn. */ called from note_stores with parts of the new insn. */
void static void
mark_stores (dest, x, data) mark_stores (dest, x, data)
rtx dest; rtx dest;
rtx x ATTRIBUTE_UNUSED; rtx x ATTRIBUTE_UNUSED;
......
...@@ -772,7 +772,7 @@ regclass_init () ...@@ -772,7 +772,7 @@ regclass_init ()
} }
/* Dump register costs. */ /* Dump register costs. */
void static void
dump_regclass (dump) dump_regclass (dump)
FILE *dump; FILE *dump;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment