egcs/gcc/cp ChangeLog class.c decl.c pt.c tree.c
Kaveh Ghazi
ghazi@cygnus.com
Sat Oct 17 20:33:00 GMT 1998
CVSROOT: /egcs/carton/cvsfiles
Module name: egcs
Changes by: ghazi@egcs.cygnus.com 98/10/17 20:33:46
Modified files:
gcc/cp : ChangeLog class.c decl.c pt.c tree.c
Log message:
Warning fixes:
* class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
(add_method): Likewise for arguments 1 & 2 of `bcopy'.
* decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
* pt.c (process_partial_specialization): Cast 1st argument of
`bzero' to (PTR).
* tree.c (build_base_fields): Cast `base_align' to (int) when
comparing against one.
More information about the Gcc-cvs
mailing list