Age | Commit message (Expand) | Author | Files | Lines |
2005-02-18 | re PR libstdc++/10606 (uncaught_exception() returns false too early) | Richard Henderson | 1 | -34/+58 |
2005-02-11 | * cp-tree.def, except.c, ptree.c: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -2/+5 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -2/+1 |
2004-10-04 | Convert diagnostics to use quoting flag q 4/n | Gabriel Dos Reis | 1 | -10/+11 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -1/+1 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -8/+8 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -5/+2 |
2004-08-12 | re PR c++/16698 (ICE with exceptions and declaration of __cxa_throw) | Mark Mitchell | 1 | -10/+10 |
2004-07-20 | Remove DOS style trailing Carriage Returns | Kelley Cook | 1 | -2/+2 |
2004-06-20 | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 1 | -1/+4 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -34/+45 |
2004-06-07 | re PR c++/15337 (sizeof on incomplete type diagnostic) | Mark Mitchell | 1 | -0/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -73/+37 |
2004-01-21 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-18 | re PR c++/11725 (Wrong return statement warning with -Wreturn-type in templat... | Jason Merrill | 1 | -1/+4 |
2003-12-21 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-12-09 | init.c (build_new_1): Deal with an OVERLOAD set when looking up for _Jv_Alloc... | Giovanni Bajo | 1 | -0/+5 |
2003-12-08 | name-lookup.c, [...]: Revert Giovanni's patch from yesterday. | Jason Merrill | 1 | -5/+0 |
2003-12-07 | re PR c++/2294 (using declaration confusion) | Giovanni Bajo | 1 | -1/+6 |
2003-09-29 | re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki... | Jan Hubicka | 1 | -0/+2 |
2003-09-27 | name-lookup.h (get_global_value_if_present): New function. | Gabriel Dos Reis | 1 | -21/+7 |
2003-08-15 | decl2.c (mark_member_pointers): Rename to... | Jan Hubicka | 1 | -10/+24 |
2003-07-08 | cp-tree.h (build_scoped_method_call): Remove. | Mark Mitchell | 1 | -6/+3 |
2003-06-17 | except.c: Remove duplicate declaration of push_eh_cleanup. | Andreas Jaeger | 1 | -1/+0 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -5/+6 |
2003-03-07 | except.c (init_exception_processing): Use C90 prototype style. | Gabriel Dos Reis | 1 | -73/+45 |
2003-01-03 | fold-const.c (fold): Avoid NOP_EXPRs better. | Jason Merrill | 1 | -2/+2 |
2003-01-02 | except.c, [...]: Fix Copyright years. | Steven Bosscher | 1 | -1/+1 |
2003-01-01 | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+4 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-04 | PR c++/8461, c++/8625 | Jason Merrill | 1 | -21/+5 |
2002-12-01 | re PR c++/8332 (strlen/template interaction causes ICE) | Mark Mitchell | 1 | -1/+1 |
2002-10-31 | re PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang.c:304) | Jason Merrill | 1 | -4/+23 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-14 | error.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 1 | -6/+2 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+0 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -1/+1 |
2002-02-28 | tree.h (TARGET_EXPR_SLOT, [...]): New macros. | Jason Merrill | 1 | -36/+119 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -7/+7 |
2001-12-16 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -0/+1 |
2001-08-02 | Kill -fhonor-std. | Nathan Sidwell | 1 | -5/+2 |
2001-06-19 | except.c (initialize_handler_parm): Expect __cxa_begin_catch to return pointe... | Richard Sandiford | 1 | -3/+3 |
2001-05-21 | cp-tree.def (START_CATCH_STMT): Lose. | Jason Merrill | 1 | -22/+2 |
2001-05-17 | except.h (protect_cleanup_actions): Remove it. | Mark Mitchell | 1 | -2/+15 |
2001-05-13 | except.c (choose_personality_routine): Export. | Zack Weinberg | 1 | -20/+42 |