gcc/gcc/cp
Kaveh R. Ghazi 63d088b754 Warning fixes:
* call.c (build_scoped_method_call): Remove unused variable `tmp'.
        * cp-tree.h (check_dtor_name): Add prototype.
        * init.c (expand_member_init): Remove unused variables
        `ptr_type_node', `parm' and `rval'.
        * ptree.c (print_lang_type): Use HOST_WIDE_INT_PRINT_DEC specifier
        in call to fprintf.
        (lang_print_xnode): Likewise.
        * typeck2.c (enum_name_string): Cast argument to sprintf to long
        and use %ld specifier.
        * xref.c (GNU_xref_end_scope): Use HOST_WIDE_INT_PRINT_DEC
        specifier in call to fprintf.
        (GNU_xref_member): Cast argument to sprintf to int.

From-SVN: r20653
1998-06-22 05:59:23 +00:00
..
inc massive namespace patch 1998-05-07 22:06:26 -04:00
ChangeLog Warning fixes: 1998-06-22 05:59:23 +00:00
ChangeLog.1 typo typo fixes fixes 1998-05-06 15:09:07 -06:00
ChangeLog.egcs Merge from gcc-2.8 1997-12-06 17:31:01 -07:00
Make-lang.in Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG)... 1998-04-17 02:12:14 -06:00
Makefile.in Warning fixes: 1998-06-08 17:52:39 +00:00
NEWS friend.c (is_friend): Fix access control for local classes. 1998-04-01 12:05:25 -05:00
call.c Warning fixes: 1998-06-22 05:59:23 +00:00
class.c class.c (finish_struct): Make conflicting use of id a pedwarn. 1998-06-17 19:51:41 -04:00
config-lang.in * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 1998-04-04 06:32:39 -07:00
cp-tree.def class.c (instantiate_type): Don't treat template-ids that don't specify any template arguments as... 1998-06-12 09:47:04 +00:00
cp-tree.h Warning fixes: 1998-06-22 05:59:23 +00:00
cvt.c init.c (resolve_offset_ref): Handle default-initialization. 1998-06-09 23:13:19 -04:00
decl.c class.c (finish_struct): Make conflicting use of id a pedwarn. 1998-06-17 19:51:41 -04:00
decl.h merging 1996-09-12 19:19:15 +00:00
decl2.c Integrate cpplib into the C++ front end. 1998-06-10 06:16:45 -04:00
errfn.c * errfn.c (cp_thing): Handle the `%%' formatting sequence. 1998-06-17 10:40:49 +00:00
error.c decl.c (grokvardecl): Don't build external assembler names for TYPENAMEs in other namespaces as there... 1998-06-16 12:36:14 +00:00
except.c init.c (resolve_offset_ref): Handle default-initialization. 1998-06-09 23:13:19 -04:00
exception.cc [multiple changes] 1998-06-08 12:43:28 +00:00
expr.c call.c, [...]: Add include of toplev.h. 1998-05-06 05:01:35 +00:00
friend.c friend.c (do_friend): Add support for nested classes using member functions of the enclosing class as... 1998-06-11 20:11:55 +00:00
g++.1 75th Cygnus<->FSF merge 1995-10-12 02:33:51 +00:00
g++FAQ.texi update 1998-06-15 19:51:13 -04:00
g++spec.c Fix typo. 1998-06-05 17:49:35 -07:00
gxx.gperf cp-tree.h (finish_unary_op_expr): New function. 1998-05-11 00:07:25 +00:00
gxxint.texi typo typo fixes fixes 1998-05-06 15:09:07 -06:00
hash.h cp-tree.h (finish_unary_op_expr): New function. 1998-05-11 00:07:25 +00:00
init.c Warning fixes: 1998-06-22 05:59:23 +00:00
input.c lex.c: (handle_sysv_pragma): FILE* parameter not used. 1998-05-21 04:56:16 -04:00
lang-options.h massive namespace patch 1998-05-07 22:06:26 -04:00
lang-specs.h Integrate cpplib into the C++ front end. 1998-06-10 06:16:45 -04:00
lex.c Integrate cpplib into the C++ front end. 1998-06-10 06:16:45 -04:00
lex.h [multiple changes] 1997-08-20 20:50:39 -04:00
method.c method.c (hack_identifier): Complain about getting a namespace or class template. 1998-06-16 22:07:29 -04:00
mpw-config.in 87th Cygnus<->FSF quick merge 1996-07-19 21:46:24 +00:00
mpw-make.sed 89th Cygnus<->FSF quick merge 1996-09-18 17:20:21 +00:00
new.cc massive namespace patch 1998-05-07 22:06:26 -04:00
new1.cc massive namespace patch 1998-05-07 22:06:26 -04:00
new2.cc massive namespace patch 1998-05-07 22:06:26 -04:00
parse.c method.c (hack_identifier): Complain about getting a namespace or class template. 1998-06-16 22:07:29 -04:00
parse.h lex.c (yyprint): Remove TYPENAME_ELLIPSIS. 1998-05-11 07:18:46 +00:00
parse.y method.c (hack_identifier): Complain about getting a namespace or class template. 1998-06-16 22:07:29 -04:00
pt.c pt.c (convert_nontype_argument): Issue an error when presented with an integer (real) constant that cannot be... 1998-06-17 21:52:30 +00:00
ptree.c Warning fixes: 1998-06-22 05:59:23 +00:00
repo.c call.c, [...]: Add include of toplev.h. 1998-05-06 05:01:35 +00:00
rtti.c massive namespace patch 1998-05-07 22:06:26 -04:00
search.c search.c (get_matching_virtual): Note that member templates cannot override virtual functions. 1998-06-13 23:34:56 +00:00
semantics.c Minor tweaks. 1998-06-09 13:28:26 +00:00
sig.c massive namespace patch 1998-05-07 22:06:26 -04:00
spew.c spew.c (yylex): Also return the TYPE_DECL if got_object. 1998-06-05 17:57:05 -04:00
tinfo.cc Warning patches: 1998-05-13 10:00:46 +00:00
tinfo.h massive namespace patch 1998-05-07 22:06:26 -04:00
tinfo2.cc massive namespace patch 1998-05-07 22:06:26 -04:00
tree.c tree.c (debug_binfo): Make printf format match arguments. 1998-06-10 05:54:23 +00:00
typeck.c typeck.c (build_binary_op_nodefault): Change % in format strings to %%. 1998-06-17 14:52:18 -04:00
typeck2.c Warning fixes: 1998-06-22 05:59:23 +00:00
xref.c Warning fixes: 1998-06-22 05:59:23 +00:00