| Commit message (Expand) | Author | Age | Files | Lines |
* | tweak | jason | 1997-12-19 | 1 | -1/+1 |
* | * pt.c (coerce_template_parms): Make sure to digest_init if | jason | 1997-12-18 | 2 | -1/+7 |
* | * decl.c (duplicate_decls): Make the newdecl virtual if the | jason | 1997-12-18 | 2 | -0/+6 |
* | * typeck.c (unary_complex_lvalue): Ignore op0 when taking the | jason | 1997-12-18 | 2 | -10/+4 |
* | * except.c: Remove register_exception_table{,_p}. | jason | 1997-12-18 | 7 | -100/+51 |
* | | bkoz | 1997-12-18 | 2 | -9/+19 |
* | * pt.c (maybe_fold_nontype_arg): Add prototype. | law | 1997-12-17 | 2 | -0/+5 |
* | * tree.c (mapcar): Handle TRY_CATCH_EXPR et al. | jason | 1997-12-16 | 3 | -0/+14 |
* | update | jason | 1997-12-15 | 1 | -81/+172 |
* | * typeck.c (build_function_call_real): Remove "inline called before | jason | 1997-12-15 | 3 | -9/+9 |
* | * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's. | jason | 1997-12-15 | 3 | -2/+23 |
* | Change from latest gcc-2.8 prerelease | law | 1997-12-15 | 1 | -0/+7 |
* | * call.c (implicit_conversion): Don't call | jason | 1997-12-15 | 3 | -3/+17 |
* | * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at): | jason | 1997-12-13 | 4 | -45/+21 |
* | * tree.c, tree.h: Change tree_code_type, tree_code_length, and | law | 1997-12-12 | 2 | -77/+68 |
* | * decl2.c (comdat_linkage): Also set DECL_COMDAT. | jason | 1997-12-12 | 3 | -17/+18 |
* | * except.c (use_eh_context): Don't copy_rtx a REG. | jason | 1997-12-12 | 5 | -230/+8 |
* | Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com> | jason | 1997-12-12 | 5 | -22/+34 |
* | * pt.c (instantiate_decl): Defer all templates but inline functions. | jason | 1997-12-11 | 2 | -8/+13 |
* | * init.c (expand_vec_init): Don't fold a list of parameters. | jason | 1997-12-09 | 2 | -16/+4 |
* | * decl.c (copy_args_p): Handle copy elision for types with virtual | jason | 1997-12-09 | 3 | -1/+13 |
* | * pt.c (lookup_template_function): Copy the template arguments, | jason | 1997-12-08 | 2 | -5/+6 |
* | * except.c (expand_start_catch_block): suspend_momentary for the | jason | 1997-12-08 | 2 | -2/+8 |
* | * error.c (dump_decl): Handle LOOKUP_EXPR. | jason | 1997-12-08 | 5 | -6/+30 |
* | Sun Dec 7 01:46:33 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruh... | jason | 1997-12-07 | 3 | -11/+55 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 16 | -3736/+3749 |
* | * parse.y (do_id): New nonterminal. | jason | 1997-12-06 | 2 | -13/+17 |
* | * parse.y (template_id): do_identifier for PFUNCNAMEs, too. | jason | 1997-12-06 | 3 | -7/+15 |
* | missing part of Sept 22 change brought over: | brendan | 1997-12-05 | 2 | -0/+13 |
* | * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for | jason | 1997-12-04 | 3 | -18/+64 |
* | ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc. | jason | 1997-12-04 | 2 | -48/+12 |
* | update | jason | 1997-12-04 | 2 | -270/+266 |
* | * pt.c (tsubst): Remove tree_cons call (places redundant info into | bkoz | 1997-12-03 | 2 | -2/+5 |
* | * tree.c (is_overloaded_fn): Handle getting a fn template. | jason | 1997-12-03 | 6 | -21/+71 |
* | Tue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com> | jason | 1997-12-03 | 4 | -28/+66 |
* | * pt.c (check_explicit_specialization): Complain about using a | jason | 1997-11-28 | 3 | -2/+36 |
* | * typeck.c (build_const_cast): Handle references here instead of | jason | 1997-11-27 | 2 | -3/+8 |
* | * except.c: Lose Unexpected, SetTerminate, SetUnexpected, | jason | 1997-11-27 | 2 | -63/+21 |
* | * cp-tree.h (struct lang_decl_flags): Add comdat. | jason | 1997-11-27 | 5 | -31/+40 |
* | * class.c: Remove static pending_hard_virtuals. | jason | 1997-11-27 | 2 | -14/+21 |
* | * decl2.c (import_export_vtable): If we support one_only but not | jason | 1997-11-27 | 3 | -10/+23 |
* | * except.c (expand_throw): Call mark_used on the destructor. | jason | 1997-11-27 | 2 | -0/+5 |
* | * pt.c (unify): Handle `void' template parameters in | jason | 1997-11-27 | 2 | -0/+6 |
* | * rtti.c (build_dynamic_cast): Handle template case here. | jason | 1997-11-26 | 2 | -9/+9 |
* | * typeck2.c (digest_init): Make copies where appropriate. | jason | 1997-11-26 | 4 | -12/+30 |
* | * except.c (expand_start_catch_block): Fix catching a reference | jason | 1997-11-26 | 3 | -0/+26 |
* | * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL | jason | 1997-11-25 | 2 | -6/+12 |
* | * exception.cc (struct cp_eh_info): Add handlers field. | jason | 1997-11-25 | 3 | -10/+37 |
* | * except.c (expand_start_eh_spec): Use the try/catch code. | jason | 1997-11-21 | 6 | -84/+128 |
* | * except.c (expand_start_catch_block): We only need the rethrow | jason | 1997-11-21 | 2 | -19/+22 |