aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-01-31 01:42:38 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-01-31 01:42:38 +0000
commitf099d36039a910d1f796be9fe0bdd2edf626f759 (patch)
treead366bc70845e5f14c9197e64c5e1a7220fae769 /gcc/Makefile.in
parent4f7e3dcf7e423dc2b7e8f5e9ae45fc91c7a2e406 (diff)
downloadgcc-f099d36039a910d1f796be9fe0bdd2edf626f759.zip
gcc-f099d36039a910d1f796be9fe0bdd2edf626f759.tar.gz
gcc-f099d36039a910d1f796be9fe0bdd2edf626f759.tar.bz2
Index: ChangeLog
2003-01-30 Geoffrey Keating <geoffk@apple.com> * gengtype.c (struct walk_type_data): Add needs_cast_p. (walk_type): Set needs_cast_p in walk_type_data. (write_types_process_field): Supply casts when required to suppress warnings. (write_root): Cast gt_pch_n_S to suppress warning. * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o. * cp/Make-lang.in: Remove -Wno-error from cp/decl.o. * config/rs6000/rs6000.c (print_operand): Mask off high bits only when they might exist. * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o, insn-conditions.o, and rs6000.o. Index: cp/ChangeLog 2003-01-30 Geoffrey Keating <geoffk@apple.com> * cp/Make-lang.in: Remove -Wno-error from cp/decl.o. From-SVN: r62170
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 1e947e6..8dae5fe 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -112,9 +112,6 @@ VALGRIND_DRIVER_DEFINES = @valgrind_path_defines@
GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $(WERROR) $($@-warn)
# These files are to have -Werror bypassed in stage2:
-# These contain warnings from the PCH merge.
-gtype-desc.o-warn = -Wno-error
-c-decl.o-warn = -Wno-error
# These are very hard to completely clean due to target complexities.
varasm.o-warn = -Wno-error
gcc.o-warn = -Wno-error