| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR c++/3395 (Attribute causes type lookup to fail. Regression.) | Jason Merrill | 2002-01-31 | 1 | -2/+2 |
* | Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts. | Zack Weinberg | 2002-01-24 | 1 | -0/+6 |
* | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 2002-01-23 | 1 | -1/+1 |
* | decl.c (begin_constructor_body, [...]): New fns. | Jason Merrill | 2002-01-17 | 1 | -81/+2 |
* | semantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis. | Graham Stott | 2002-01-09 | 1 | -9/+9 |
* | c-decl.c (c_expand_body): Don't call outlining_inline_function. | Richard Henderson | 2002-01-05 | 1 | -5/+0 |
* | c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl... | Jason Merrill | 2002-01-02 | 1 | -1/+6 |
* | call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ... | Nathan Sidwell | 2001-12-29 | 1 | -4/+1 |
* | C++ ABI change: destroy value arguments in caller. | Jason Merrill | 2001-12-18 | 1 | -2/+1 |
* | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 2001-12-18 | 1 | -11/+11 |
* | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 2001-12-16 | 1 | -3/+3 |
* | c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. | Jason Merrill | 2001-12-13 | 1 | -3/+4 |
* | decl.c (store_parm_decls): Remove parms_have_cleanups cruft. | Jason Merrill | 2001-12-12 | 1 | -102/+31 |
* | c-lex.c, [...]: Revert concatenation changes. | Neil Booth | 2001-12-10 | 1 | -0/+3 |
* | semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to bui... | John David Anglin | 2001-12-08 | 1 | -1/+2 |
* | c-lex.c (c_lex): Peek a token ahead for a string to concatenate... | Neil Booth | 2001-12-08 | 1 | -3/+0 |
* | Revert previous patch | Alexandre Oliva | 2001-12-04 | 1 | -1/+1 |
* | semantics.c (begin_global_stmt_expr): Adjust expand_start_stmt_expr invocation. | Alexandre Oliva | 2001-12-04 | 1 | -1/+1 |
* | fix typo | Jason Merrill | 2001-11-23 | 1 | -1/+1 |
* | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 2001-11-22 | 1 | -1/+1 |
* | re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu... | Mark Mitchell | 2001-11-20 | 1 | -2/+2 |
* | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 2001-10-11 | 1 | -1/+1 |
* | Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h. | Alexandre Oliva | 2001-10-05 | 1 | -0/+1 |
* | decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS. | Mark Mitchell | 2001-09-04 | 1 | -40/+32 |
* | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 2001-08-24 | 1 | -0/+28 |
* | c-common.h (RETURN_NULLIFIED_P): Lose. | Jason Merrill | 2001-08-10 | 1 | -27/+17 |
* | semantics.c (finish_this_expr): Remove unused code. | Phil Edwards | 2001-07-25 | 1 | -3/+0 |
* | Remove old-abi remnants. | Nathan Sidwell | 2001-07-21 | 1 | -3/+3 |
* | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 2001-07-19 | 1 | -1/+2 |
* | stmt.c (parse_output_constraint): New function, split out from ... | Mark Mitchell | 2001-07-11 | 1 | -17/+59 |
* | semantics.c (cp_expand_stmt): Fix for null current_function_return_value. | Jason Merrill | 2001-07-10 | 1 | -2/+4 |
* | cvt.c (convert_lvalue): New fn. | Jason Merrill | 2001-07-05 | 1 | -1/+3 |
* | c-common.h (TDI_inlined): New ast dump phase. | Nathan Sidwell | 2001-07-02 | 1 | -7/+2 |
* | Implement the Named Return Value optimization. | Jason Merrill | 2001-06-18 | 1 | -1/+36 |
* | cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose. | Jason Merrill | 2001-06-06 | 1 | -3/+2 |
* | * semantics.c (begin_class_definition): Robustify. | Mark Mitchell | 2001-06-06 | 1 | -7/+18 |
* | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 2001-06-05 | 1 | -1/+1 |
* | re PR c++/2823 (kde2/artsd miscompilation (part 1)) | Nathan Sidwell | 2001-05-26 | 1 | -2/+7 |
* | cp-tree.def (START_CATCH_STMT): Lose. | Jason Merrill | 2001-05-21 | 1 | -36/+12 |
* | cp-tree.h (finish_label_expr, [...]): Delete. | Neil Booth | 2001-05-11 | 1 | -25/+0 |
* | cp-tree.def (USING_STMT): New statement node. | Nathan Sidwell | 2001-05-01 | 1 | -0/+3 |
* | Lazy __FUNCTION__ generation. | Nathan Sidwell | 2001-04-24 | 1 | -21/+4 |
* | pt.c (tsubst_decl): Use VOID_TYPE_P. | Nathan Sidwell | 2001-04-24 | 1 | -2/+2 |
* | cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set. | Mark Mitchell | 2001-04-19 | 1 | -1/+1 |
* | semantics.c (simplify_aggr_init_exprs_r): Don't restore flag_access_control f... | John David Anglin | 2001-04-18 | 1 | -1/+1 |
* | cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro. | Jason Merrill | 2001-04-12 | 1 | -10/+6 |
* | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 2001-04-11 | 1 | -0/+1 |
* | cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P. | Mark Mitchell | 2001-04-06 | 1 | -1/+1 |
* | decl2.c (import_export_decl): Don't call import_export_class when processing ... | Mark Mitchell | 2001-04-03 | 1 | -0/+5 |