summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
...
* * typeck.c (decay_conversion): Don't confuse constant arraymmitchel1999-02-262-10/+17
* * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED whenmmitchel1999-02-264-8/+25
* * class.c (check_for_override): Don't stop checking when we findmmitchel1999-02-263-26/+25
* * gcc.c (default_compilers): Define __FAST_MATH__ when appropriate.rth1999-02-252-0/+7
* * typeck.c (convert_for_assignment): Allow boolean integral constantjason1999-02-256-9/+31
* * pt.c (tsubst): Allow an array of explicit size zero.jason1999-02-242-3/+13
* * errfn.c: Change varargs code to look like toplev.c.jason1999-02-233-38/+117
* improve wall of separation between build and installburley1999-02-222-1/+10
* * tm.texi: Update docs for constructors and destructors.law1999-02-211-1/+2
* * decl2.c (start_objects): Make file scope constructors andlaw1999-02-212-0/+11
* 1999-02-19 Mark Mitchell <mark@markmitchell.com>mmitchel1999-02-219-294/+364
* * cp-tree.h (lvalue_or_else): Qualify a char* with the `const'ghazi1999-02-183-2/+9
* * decl.c (xref_basetypes): Comment.mmitchel1999-02-173-40/+62
* * cp-tree.h (tsubst): Change prototype.mmitchel1999-02-167-566/+882
* * decl.c (pushdecl): Remove dead code.jason1999-02-163-3/+10
* * decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.jason1999-02-153-11/+16
* * decl.c (grokdeclarator): Catch wierd declarators.jason1999-02-113-10/+22
* * cp-tree.h (get_template_base): Don't declare.mmitchel1999-02-101-22/+12
* * cp-tree.h (get_template_base): Don't declare.mmitchel1999-02-104-102/+146
* * pt.c (maybe_process_partial_specialization): Complain aboutjason1999-02-075-2/+48
* * typeck2.c: Update email addrsses.law1999-02-062-2/+6
* * cp-tree.h: Declare it.jason1999-02-052-0/+2
* * decl2.c: Remove flag_init_priority. Always enable initp stuff.jason1999-02-051-32/+9
* * pt.c (unify): Call coerce_template_parms with the COMPLAIN flagjason1999-02-054-4/+40
* * Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o andlaw1999-02-032-4/+9
* * decl2.c (lang_decode_option): Use read_integral_parameter.law1999-02-022-26/+8
* * pt.c (tsubst, case TYPENAME_TYPE): Check TYPE_BEING_DEFINEDmmitchel1999-02-012-1/+7
* Add 1999 copyright.ghazi1999-02-011-1/+1
* * input.c (inline): Don't define, its handled by system.h.ghazi1999-02-012-6/+4
* azack1999-01-313-8/+11
* zack1999-01-311-5/+0
* * cp-tree.h (struct tree_binding): Replace scope field with a union.jason1999-01-283-3/+12
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-272-7/+16
* * pt.c (instantiate_class_template): Set up the DECL_INITIAL ofjason1999-01-263-1/+11
* * tree.c (equal_functions): Fix name in prototype.jason1999-01-265-15/+26
* * decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.jason1999-01-263-15/+34
* * class.c (resolve_address_of_overloaded_function): Mark thejason1999-01-257-21/+41
* * tree.c (equal_functions): New function.loewis1999-01-252-2/+22
* * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.jason1999-01-242-1/+5
* 1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>loewis1999-01-242-0/+10
* * decl.c (start_function): Make member functions one_only on windows.jason1999-01-243-6/+24
* * cp-tree.h (PUSH_GLOBAL): New macro.mmitchel1999-01-215-24/+121
* * decl.c (grokdeclarator): Fix lang_c -> lang_name_c typo.jason1999-01-212-1/+5
* * cp-tree.h (PARM_DECL_EXPR): Delete.mmitchel1999-01-218-88/+215
* * error.c (dump_function_decl): Don't print the argument types formmitchel1999-01-205-9/+45
* * decl2.c (finish_vtable_vardecl): Make vtables comdat here.jason1999-01-192-4/+9
* * typeck.c (build_component_ref): Wrap an OVERLOAD around a uniquejason1999-01-184-24/+48
* * tree.c (copy_template_template_parm): Use permanent_obstack.jason1999-01-185-12/+47
* * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten upjason1999-01-186-11/+43
* * decl.c (grokdeclarator): Don't make 'main(){}' an error with onlyjason1999-01-162-8/+20