Age | Commit message (Expand) | Author | Files | Lines |
2002-04-26 | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 1 | -3/+0 |
2002-04-17 | c-common.h (STMT_EXPR_NO_SCOPE): New macro. | Mark Mitchell | 1 | -1/+1 |
2002-04-13 | re PR c++/5373 (Statement expressions broken in C++) | Mark Mitchell | 1 | -1/+5 |
2002-04-09 | re PR rtl-optimization/6189 (Regression from 3.0.x: g++ -O3 generates wrong c... | Jason Merrill | 1 | -3/+8 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -1/+1 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -46/+11 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -2/+2 |
2002-03-23 | re PR c++/3656 (ICE when incorrectly deriving a class from a templated base i... | Gabriel Dos Reis | 1 | -1/+6 |
2002-03-15 | c-common.c (statement_code_p): Handle CLEANUP_STMT. | Mark Mitchell | 1 | -4/+0 |
2002-03-11 | Revert 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>, DR209 is now not ... | Nathan Sidwell | 1 | -22/+1 |
2002-02-22 | re PR other/5746 (0220 cvs crashes using undeclared type) | Jakub Jelinek | 1 | -10/+11 |
2002-02-04 | PR c/4475, c++/3780: | Jakub Jelinek | 1 | -1/+4 |
2002-02-04 | alpha.c (current_function_is_thunk): Don't check current_function_is_thunk. | Richard Henderson | 1 | -3/+3 |
2002-02-04 | xref.c: Remove. | Jason Merrill | 1 | -4/+0 |
2002-01-31 | re PR c++/3395 (Attribute causes type lookup to fail. Regression.) | Jason Merrill | 1 | -2/+2 |
2002-01-24 | Make-lang.in (parse.c): Adjust expected number of shift-reduce conflicts. | Zack Weinberg | 1 | -0/+6 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -1/+1 |
2002-01-17 | decl.c (begin_constructor_body, [...]): New fns. | Jason Merrill | 1 | -81/+2 |
2002-01-09 | semantics.c (FINISH_COND): Uppercase macro paramaters and add parenthesis. | Graham Stott | 1 | -9/+9 |
2002-01-05 | c-decl.c (c_expand_body): Don't call outlining_inline_function. | Richard Henderson | 1 | -5/+0 |
2002-01-02 | c-decl.c (c_expand_body): Call outlining_inline_function when emitting an inl... | Jason Merrill | 1 | -1/+6 |
2001-12-29 | call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ... | Nathan Sidwell | 1 | -4/+1 |
2001-12-18 | C++ ABI change: destroy value arguments in caller. | Jason Merrill | 1 | -2/+1 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -11/+11 |
2001-12-16 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -3/+3 |
2001-12-13 | c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. | Jason Merrill | 1 | -3/+4 |
2001-12-12 | decl.c (store_parm_decls): Remove parms_have_cleanups cruft. | Jason Merrill | 1 | -102/+31 |
2001-12-10 | c-lex.c, [...]: Revert concatenation changes. | Neil Booth | 1 | -0/+3 |
2001-12-08 | semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in call to bui... | John David Anglin | 1 | -1/+2 |
2001-12-08 | c-lex.c (c_lex): Peek a token ahead for a string to concatenate... | Neil Booth | 1 | -3/+0 |
2001-12-04 | Revert previous patch | Alexandre Oliva | 1 | -1/+1 |
2001-12-04 | semantics.c (begin_global_stmt_expr): Adjust expand_start_stmt_expr invocation. | Alexandre Oliva | 1 | -1/+1 |
2001-11-23 | fix typo | Jason Merrill | 1 | -1/+1 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -1/+1 |
2001-11-20 | re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu... | Mark Mitchell | 1 | -2/+2 |
2001-10-28 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-11 | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 1 | -1/+1 |
2001-10-05 | Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h. | Alexandre Oliva | 1 | -0/+1 |
2001-09-04 | decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS. | Mark Mitchell | 1 | -40/+32 |
2001-08-24 | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 1 | -0/+28 |
2001-08-10 | c-common.h (RETURN_NULLIFIED_P): Lose. | Jason Merrill | 1 | -27/+17 |
2001-07-25 | semantics.c (finish_this_expr): Remove unused code. | Phil Edwards | 1 | -3/+0 |
2001-07-21 | Remove old-abi remnants. | Nathan Sidwell | 1 | -3/+3 |
2001-07-19 | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 1 | -1/+2 |
2001-07-11 | stmt.c (parse_output_constraint): New function, split out from ... | Mark Mitchell | 1 | -17/+59 |
2001-07-10 | semantics.c (cp_expand_stmt): Fix for null current_function_return_value. | Jason Merrill | 1 | -2/+4 |
2001-07-05 | cvt.c (convert_lvalue): New fn. | Jason Merrill | 1 | -1/+3 |
2001-07-02 | c-common.h (TDI_inlined): New ast dump phase. | Nathan Sidwell | 1 | -7/+2 |
2001-06-18 | Implement the Named Return Value optimization. | Jason Merrill | 1 | -1/+36 |
2001-06-06 | cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose. | Jason Merrill | 1 | -3/+2 |