aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1998-10-18decl2.c (validate_nonmember_using_decl): Fix using-directives of std if std i...Martin v. Löwis2-2/+10
1998-10-18* decl.c (grokvardecl): Fix thinko.Jason Merrill2-0/+4
1998-10-18decl.c (grokdeclarator): Embedded attrs bind to the right, not the left.Jason Merrill2-3/+36
1998-10-17parse.y (fn.def2): Fix 'attrs' format.Jason Merrill6-4240/+4347
1998-10-17decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate.Jason Merrill2-10/+24
1998-10-17Warning fixes:Kaveh R. Ghazi5-10/+23
1998-10-16decl.c (lookup_name_real): Handle template parameters for member temlates whe...Mark Mitchell2-1/+27
1998-10-16decl.c (expand_static_init): Build cleanups before entering the anonymous fun...Mark Mitchell3-4/+19
1998-10-16pt.c (for_each_template_parm): Don't examine uninstantiated default arguments.Mark Mitchell2-8/+26
1998-10-16lex.c (real_yylex): Fix unaligned access of wchar_t.Dave Brolley2-7/+9
1998-10-16class.c (add_method): Fix documentation to reflect previous changes.Mark Mitchell5-68/+99
1998-10-15typeck.c (build_indirect_ref): Complain about a pointer to data member, too.Jason Merrill8-23/+46
1998-10-15* decl.c (grokfndecl): Also check ctype when checking for ::main().Jason Merrill2-0/+5
1998-10-15decl.c (grokfndecl): ::main and __builtin_* get C linkage.Jason Merrill5-33/+38
1998-10-15class.c (maybe_warn_about_overly_private_class): Improve error messages for c...Mark Mitchell2-1/+19
1998-10-15cp-tree.def (TYPENAME_TYPE): Add to documentation.Mark Mitchell4-22/+63
1998-10-14pt.c (convert_nontype_argument): Check against type_referred_to.Benjamin Kosnik3-2/+8
1998-10-14pt.c (lookup_template_class): Add comment.Mark Mitchell2-1/+20
1998-10-13* decl.c (grokfndecl): Fix my thinko.Jason Merrill2-3/+12
1998-10-13Don't #include <string.h>.Jason Merrill2-2/+0
1998-10-13tinfo2.cc (fast_compare): Remove.Jason Merrill4-15/+17
1998-10-13cp-tree.h (specializations_of_same_template_p): Remove.Mark Mitchell4-37/+82
1998-10-12* tinfo.cc (operator==): Always compare names.Jason Merrill2-12/+6
1998-10-12* decl.c (start_function): Fix cut-and-paste error.Herman ten Brugge2-1/+5
1998-10-12Install ChangeLog entry that got left outMark Mitchell1-0/+8
1998-10-11t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Define.Jason Merrill4-26/+28
1998-10-11typeck2.c (my_friendly_abort): Add URL.Jason Merrill6-725/+752
1998-10-11cp-tree.h (specializations_of_same_template_p): Declare.Mark Mitchell3-6/+31
1998-10-10decl2.c (start_objects): Add new variable `joiner' and initialize it properly.Manfred Hollstein1-1/+8
1998-10-10decl2.c (start_objects): Add new variable `joiner' and initialize it properly.Manfred Hollstein1-0/+5
1998-10-09search.c (expand_upcast_fixups): Tweak to match 1998-10-07 change to vtable t...Mark Mitchell2-2/+4
1998-10-09cvt.c (ocp_convert): Avoid infinite recursion caused by 1998-10-03 change.Mark Mitchell2-5/+10
1998-10-08pt.c (resolve_overloaded_unification): New fn.Jason Merrill4-79/+217
1998-10-08semantics.c (finish_asm_stmt): Revert my 1998-09-28 change.Anthony Green2-12/+27
1998-10-07typeck.c (unsigned_type): Only return TItype nodes when HOST_BITS_PER_WIDE_IN...Jeffrey A Law4-0/+26
1998-10-07Warning fixes:Kaveh R. Ghazi4-178/+198
1998-10-07* class.c (finish_struct_1): Add commentary on prevous change.Mark Mitchell2-2/+21
1998-10-07cp-tree.h (vtbl_ptr_type_node): New variable.Mark Mitchell4-35/+26
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell19-4237/+4514
1998-10-06call.c (resolve_args): Resolve template specializations, if possible.Mark Mitchell2-0/+25
1998-10-06Warning fixes:Kaveh R. Ghazi6-7/+25
1998-10-05pt.c (instantiate_decl): Do save and restore file position.Jason Merrill4-4/+32
1998-10-05call.c (build_object_call): Move declaration of variable `fn' into the scope ...Kaveh Ghazi1-3/+2
1998-10-05call.c (build_object_call): Move declaration of variable `fn' into the scope ...Kaveh Ghazi1-0/+6
1998-10-04errfn.c (cp_thing): Print buf as a string not as a printf format to avoid pro...Theodore Papadopoulo2-9/+12
1998-10-04pt.c (pop_tinst_level): Call extract_interface_info.Jason Merrill3-13/+45
1998-10-04decl.c (grokdeclarator): Remove redundant calls to build_type_variant and som...Jason Merrill5-122/+63
1998-10-04call.c (build_over_call): Make pedwarns about dropped qualifiers into full-fl...Mark Mitchell4-33/+48
1998-10-04search.c (expand_upcast_vtables): In addition to unsetting TREE_READONLY, rem...Mark Mitchell2-0/+8
1998-10-03class.c (current_class_ptr, [...]): Clarify documentation.Mark Mitchell11-94/+154