aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27except.c (choose_personality_routine): Set terminate_node to abort for java e...Jan Hubicka1-0/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-3/+4
2008-07-27decl.c (push_library_fn): Add a parameter for the exceptions that the functio...Paolo Carlini1-13/+25
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-2/+2
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-15/+21
2007-09-05re PR c++/15745 (exception specification incorrectly changes the type of the ...Jason Merrill1-0/+3
2007-09-04except.c (initialize_handler_parm): Use fold_build_cleanup_point_expr.Jason Merrill1-1/+1
2007-09-04re PR c++/31411 (ICE in gimplify_expr with throw/special copy constructor wit...Jason Merrill1-0/+3
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther1-1/+1
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-06-15[multiple changes]Andrew Pinski1-2/+3
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-1/+14
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-1/+1
2006-09-02re PR c++/28878 (ICE using "[" instead of "{")Jakub Jelinek1-1/+2
2006-08-29re PR c++/28139 (alias information for EH is wrong)J"orn Rennecke1-1/+8
2006-08-21re PR c++/27115 (ICE in cp_expr_size or miscompilation with statement express...Jason Merrill1-1/+1
2006-07-17re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-2/+2
2006-06-06Fix up whitespacingMike Stump1-7/+7
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-4/+1
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-9/+29
2006-03-03add commentJason Merrill1-0/+4
2006-02-24Index: gcc/ChangeLogGeoffrey Keating1-1/+2
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-2/+3
2006-02-12re PR c++/24996 (ICE on throw code)Jason Merrill1-0/+1
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-21/+21
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-12/+12
2005-05-23tweak commentJason Merrill1-9/+12
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-02-18re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson1-34/+58
2005-02-11* cp-tree.def, except.c, ptree.c: Update copyright.Kazu Hirata1-1/+1
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-2/+5
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-2/+1
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