gcc/gcc/cp
Jason Merrill 700466c28c pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace.
* pt.c (maybe_process_partial_specialization): Complain about
	specialization in wrong namespace.
	* tree.c (decl_namespace_context): New fn.
g++.pt/explicit73.C
	* decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.
	* pt.c (coerce_template_template_parms): Handle nested
	template template parameters.
g++.pt/nttp[12].C

From-SVN: r25072
1999-02-07 10:44:12 -05:00
..
inc update copyrights 1998-11-22 22:12:41 -05:00
call.c class.c (resolve_address_of_overloaded_function): Mark the chosen function used. 1999-01-25 15:43:21 -05:00
ChangeLog pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace. 1999-02-07 10:44:12 -05: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
class.c class.c (resolve_address_of_overloaded_function): Mark the chosen function used. 1999-01-25 15:43:21 -05:00
config-lang.in Copyright fixes. 1999-01-06 13:57:36 -07:00
cp-tree.def Copyright fixes. 1999-01-06 13:57:36 -07:00
cp-tree.h pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace. 1999-02-07 10:44:12 -05:00
cvt.c * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf. 1999-01-24 10:56:46 -05:00
decl.c pt.c (unify): Call coerce_template_parms with the COMPLAIN flag turned off. 1999-02-04 21:42:48 -05:00
decl.h merging 1996-09-12 19:19:15 +00:00
decl2.c pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace. 1999-02-07 10:44:12 -05:00
errfn.c update copyrights 1998-11-22 22:12:41 -05:00
error.c cp-tree.h (PARM_DECL_EXPR): Delete. 1999-01-21 14:29:33 +00:00
except.c class.c (resolve_address_of_overloaded_function): Mark the chosen function used. 1999-01-25 15:43:21 -05:00
exception.cc See ChangeLog.. 1998-12-08 14:04:03 +00:00
expr.c update copyrights 1998-11-22 22:12:41 -05:00
friend.c cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT here. 1999-01-06 23:38:05 +00:00
g++.1 * g++.1 (-traditional): Remove duplicated documentation. 1998-07-11 18:25:49 -06:00
g++FAQ.texi update 1998-06-15 19:51:13 -04:00
g++spec.c Copyright fixes. 1999-01-06 13:57:36 -07:00
gxx.gperf cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals. 1998-10-23 14:53:28 +00:00
gxxint.texi * gxxint.texi: Correct documentation for n, N, Q, and B. 1998-10-24 03:05:35 +00:00
hash.h cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals. 1998-10-23 14:53:28 +00:00
init.c pt.c (instantiate_class_template): Set up the DECL_INITIAL of member constants. 1999-01-26 15:23:36 -05:00
input.c Add 1999 copyright. 1999-02-01 07:05:07 +00:00
lang-options.h decl.c (build_typename_type): Set DECL_ARTIFICIAL. 1998-12-07 07:27:47 -05:00
lang-specs.h flags.h: Declare flag_no_ident. 1999-01-31 17:46:50 +00:00
lex.c pt.c (unify): Call coerce_template_parms with the COMPLAIN flag turned off. 1999-02-04 21:42:48 -05:00
lex.h update copyrights 1998-11-22 22:12:41 -05:00
Make-lang.in Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and mkstemp.o. 1999-02-03 14:56:50 -07:00
Makefile.in Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for 1999-01-26 18:43:17 -07:00
method.c Warning fixes: 1998-12-22 12:18:17 +00: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 update copyrights 1998-11-22 22:12:41 -05:00
new1.cc update copyrights 1998-11-22 22:12:41 -05:00
new2.cc update copyrights 1998-11-22 22:12:41 -05:00
NEWS decl.c (build_typename_type): Set DECL_ARTIFICIAL. 1998-12-07 07:27:47 -05:00
parse.c Update FSF address in copyright header. 1999-01-11 06:34:38 -07:00
parse.h lex.c (yyprint): Remove TYPENAME_ELLIPSIS. 1998-05-11 07:18:46 +00:00
parse.y cp-tree.def (CPLUS_BINDING): Update documentation. 1998-12-13 14:46:07 +00:00
pt.c pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace. 1999-02-07 10:44:12 -05:00
ptree.c cp-tree.def (CPLUS_BINDING): Update documentation. 1998-12-13 14:46:07 +00:00
repo.c update copyrights 1998-11-22 22:12:41 -05:00
rtti.c class.c (resolve_address_of_overloaded_function): Mark the chosen function used. 1999-01-25 15:43:21 -05:00
search.c class.c (handle_using_decl): Fix comment. 1998-12-03 16:58:03 +00:00
semantics.c error.c (dump_function_decl): Don't print the argument types for a function when the verbosity level is negative. 1999-01-20 13:11:59 +00:00
sig.c update copyrights 1998-11-22 22:12:41 -05:00
spew.c update copyrights 1998-11-22 22:12:41 -05:00
tinfo.cc update copyrights 1998-11-22 22:12:41 -05:00
tinfo.h update copyrights 1998-11-22 22:12:41 -05:00
tinfo2.cc update copyrights 1998-11-22 22:12:41 -05:00
tree.c pt.c (maybe_process_partial_specialization): Complain about specialization in wrong namespace. 1999-02-07 10:44:12 -05:00
typeck.c decl.c (push_local_binding): Also wrap used decls in a TREE_LIST. 1999-01-25 19:50:29 -05:00
typeck2.c * typeck2.c: Update email addrsses. 1999-02-06 10:12:29 -07:00
xref.c Warning fixes: 1998-09-25 09:00:04 +00:00