Commit fd350d24 by Richard Henderson Committed by Richard Henderson

Makefile.in (LOOSE_WARN): Add -fno-common.

        * Makefile.in (LOOSE_WARN): Add -fno-common.
        * c-common.h (constant_string_class_name): Add missing extern.

From-SVN: r56334
parent 182d89a3
2002-08-14 Richard Henderson <rth@redhat.com>
* Makefile.in (LOOSE_WARN): Add -fno-common.
* c-common.h (constant_string_class_name): Add missing extern.
2002-08-15 Neil Booth <neil@daikokuya.co.uk>
PR preprocessor/7358
......
......@@ -88,7 +88,7 @@ coverageexts = .{da,bb,bbg}
# apply to the back end and the C front end, which may be compiled
# with other compilers. This is partially controlled by configure in
# stage1, as not all versions of gcc understand -Wno-long-long.
LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common
STRICT_WARN = -Wtraditional @strict1_warn@
STRICT2_WARN = -Wtraditional -pedantic -Wno-long-long
......
......@@ -606,7 +606,7 @@ extern int print_struct_values;
/* ???. Undocumented. */
const char *constant_string_class_name;
extern const char *constant_string_class_name;
/* Warn if multiple methods are seen for the same selector, but with
different argument types. */
......
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