aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-04Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-10/+11
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-8/+8
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-5/+2
2004-08-12re PR c++/16698 (ICE with exceptions and declaration of __cxa_throw)Mark Mitchell1-10/+10
2004-07-20Remove DOS style trailing Carriage ReturnsKelley Cook1-2/+2
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-1/+4
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-34/+45
2004-06-07re PR c++/15337 (sizeof on incomplete type diagnostic)Mark Mitchell1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-73/+37
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-18re PR c++/11725 (Wrong return statement warning with -Wreturn-type in templat...Jason Merrill1-1/+4
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-09init.c (build_new_1): Deal with an OVERLOAD set when looking up for _Jv_Alloc...Giovanni Bajo1-0/+5
2003-12-08name-lookup.c, [...]: Revert Giovanni's patch from yesterday.Jason Merrill1-5/+0
2003-12-07re PR c++/2294 (using declaration confusion)Giovanni Bajo1-1/+6
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka1-0/+2
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-21/+7
2003-08-15decl2.c (mark_member_pointers): Rename to...Jan Hubicka1-10/+24
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-6/+3
2003-06-17except.c: Remove duplicate declaration of push_eh_cleanup.Andreas Jaeger1-1/+0
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+6
2003-03-07except.c (init_exception_processing): Use C90 prototype style.Gabriel Dos Reis1-73/+45
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-2/+2
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+1
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-04PR c++/8461, c++/8625Jason Merrill1-21/+5
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell1-1/+1
2002-10-31re PR c++/8186 (ICE in cp_expr_size, at cp/cp-lang.c:304)Jason Merrill1-4/+23
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-6/+2
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-02-28tree.h (TARGET_EXPR_SLOT, [...]): New macros.Jason Merrill1-36/+119
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-7/+7
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-02Kill -fhonor-std.Nathan Sidwell1-5/+2
2001-06-19except.c (initialize_handler_parm): Expect __cxa_begin_catch to return pointe...Richard Sandiford1-3/+3
2001-05-21cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill1-22/+2
2001-05-17except.h (protect_cleanup_actions): Remove it.Mark Mitchell1-2/+15
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg1-20/+42
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-27except.c (can_convert_eh): Don't check template parms, typename types etc.Nathan Sidwell1-1/+1
2001-04-22except.c (build_throw): Wrap the initialization of the exception object in a ...Jason Merrill1-8/+5
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-652/+318