Age | Commit message (Expand) | Author | Files | Lines |
2002-04-06 | re PR c++/6179 (EH regression test failure for STLport-4.5.3) | Jason Merrill | 1 | -6/+7 |
2002-02-28 | Makefile.in (integrate.o): Update. | Neil Booth | 1 | -1/+1 |
2002-02-04 | alpha.c (current_function_is_thunk): Don't check current_function_is_thunk. | Richard Henderson | 1 | -78/+79 |
2002-01-24 | Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts. | Zack Weinberg | 1 | -32/+1 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -2/+2 |
2002-01-17 | decl.c (begin_constructor_body, [...]): New fns. | Jason Merrill | 1 | -5/+3 |
2002-01-07 | decl2.c (coerce_new_type): Downgrade error for size_t mismatch to pedwarn. | Jason Merrill | 1 | -1/+6 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -10/+10 |
2001-12-13 | c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. | Jason Merrill | 1 | -0/+3 |
2001-12-12 | decl.c (store_parm_decls): Remove parms_have_cleanups cruft. | Jason Merrill | 1 | -0/+1 |
2001-12-04 | re PR c++/164 (bogus error throwing class with inaccessible base) | Nathan Sidwell | 1 | -14/+27 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -3/+3 |
2001-11-15 | parse.y: Add ... | Jason Merrill | 1 | -0/+3 |
2001-08-03 | cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used. | Stan Shebs | 1 | -3/+1 |
2001-07-31 | The 3.0 ABI no longer has vbase pointer fields. | Nathan Sidwell | 1 | -4/+0 |
2001-07-28 | * method.c (pending_inlines): Remove. | Richard Henderson | 1 | -4/+0 |
2001-07-05 | cvt.c (convert_lvalue): New fn. | Jason Merrill | 1 | -13/+14 |
2001-06-08 | re PR c++/3061 (kde2/artsd miscompilation (part 2)) | Nathan Sidwell | 1 | -1/+1 |
2001-06-06 | cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose. | Jason Merrill | 1 | -4/+1 |
2001-05-12 | dwarfout.c (dwarfout_init): Add cast. | Neil Booth | 1 | -3/+0 |
2001-04-27 | method.c (use_thunk): Make sure that thunks really are emitted when requested. | Mark Mitchell | 1 | -1/+7 |
2001-04-26 | invoke.texi: Document more C++ command-line options. | Mark Mitchell | 1 | -4/+0 |
2001-04-12 | method.c (make_thunk): Clear DECL_CLONED_FUNCTION. | Nathan Sidwell | 1 | -0/+2 |
2001-04-11 | method.c (implicitly_declare_fn): Commonize code for copy ctor and assignment... | Nathan Sidwell | 1 | -28/+24 |
2001-04-06 | cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P. | Mark Mitchell | 1 | -1/+1 |
2001-03-22 | method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg... | Jakub Jelinek | 1 | -1/+5 |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 1 | -1/+3 |
2001-03-15 | varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME... | Mark Mitchell | 1 | -2/+0 |
2001-02-21 | tree.h (DECL_UNINLINABLE): Move from C++ frontend. | Jason Merrill | 1 | -2/+0 |
2001-02-18 | Do put the VTT parameter in DECL_ARGUMENTS. | Jason Merrill | 1 | -7/+21 |
2001-02-14 | cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c section. | Nathan Sidwell | 1 | -1/+1 |
2001-02-12 | Remove old ABI support. | Mark Mitchell | 1 | -1840/+4 |
2001-02-08 | search.c (shared_member_p): New function. | Jason Merrill | 1 | -5/+11 |
2001-02-05 | method.c (build_mangled_name): Protect flush_repeats() from error_mark_node. | Alexandre Oliva | 1 | -0/+10 |
2001-01-29 | tree.c, tree.h (build_parse_node): Remove; was identical to build_nt. | Joseph Myers | 1 | -2/+2 |
2001-01-25 | mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"... | Jakub Jelinek | 1 | -0/+18 |
2001-01-10 | output.h (make_function_rtl): Remove prototype. | Mark Mitchell | 1 | -1/+1 |
2001-01-03 | Implement exceptions specifiers for implicit member functions. | Nathan Sidwell | 1 | -4/+180 |
2000-12-04 | mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector". | Jason Merrill | 1 | -0/+16 |
2000-11-30 | method.c (do_build_copy_constructor): Preserve cv qualifications when accessi... | Nathan Sidwell | 1 | -12/+11 |
2000-11-30 | method.c (do_build_assign_ref): Construct appropriately CV-qualified base ref... | Nathan Sidwell | 1 | -3/+6 |
2000-11-25 | method.c (build_mangled_C9x_name): Rename to build_mangled_C99_name. | Joseph Myers | 1 | -4/+4 |
2000-11-02 | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 1 | -2/+2 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -1/+1 |
2000-09-12 | c-common.h (genrtl_clear_out_block): Remove. | Mark Mitchell | 1 | -2/+0 |
2000-09-04 | cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code. | Kriang Lerdsuwanakij | 1 | -19/+17 |
2000-08-23 | typeck.c (build_ptrmemfunc): Save the input pmf. | Jason Merrill | 1 | -2/+2 |
2000-07-16 | cp-tree.h (THUNK_VCALL_OFFSET): Update documentation. | Mark Mitchell | 1 | -1/+1 |
2000-06-29 | cp-tree.h (SET_DECL_ARTIFICIAL): Remove. | Nathan Sidwell | 1 | -2/+2 |
2000-06-23 | parse.y (template_arg): Convert TEMPLATE_DECL that is a template template par... | Kriang Lerdsuwanakij | 1 | -1/+1 |