Index: ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Fri, 31 Jan 2003 01:42:38 +0000 (01:42 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 31 Jan 2003 01:42:38 +0000 (01:42 +0000)
commitf099d36039a910d1f796be9fe0bdd2edf626f759
treead366bc70845e5f14c9197e64c5e1a7220fae769
parent4f7e3dcf7e423dc2b7e8f5e9ae45fc91c7a2e406
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
gcc/ChangeLog
gcc/Makefile.in
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/t-rs6000
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/gengtype.c