aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill1-2/+1
2016-02-19Make-lang.in: Invoke gperf with -L C++.Jakub Jelinek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-20Support __cxa_free_exception and fix exception handling.Torvald Riegel1-0/+10
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+3
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-17* except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P.Jason Merrill1-1/+3
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-05c.opt (Wterminate): New.Jason Merrill1-1/+5
2015-02-12re PR sanitizer/64984 (ICE in check_noexcept_t with ubsan)Jakub Jelinek1-1/+1
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-0/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+18
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-8/+12
2013-09-07Handle noexcept on transactions with -fno-exceptionsTom de Vries1-0/+3
2013-08-30Correct previous patch to not mark terminate as LEAF.Jan Hubicka1-12/+7
2013-08-30class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...Jan Hubicka1-25/+26
2013-05-08except.c (is_admissible_throw_operand_or_catch_parameter): Check variably_mod...Jason Merrill1-0/+11
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-4/+4
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-1/+1
2013-03-16cp-tree.h (abstract_class_use): New enum.Jason Merrill1-10/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-06re PR c++/54207 ([C++0x] ICE in build_noexcept_spec when bool is #defined/typ...Jakub Jelinek1-5/+11
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+4
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-4/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-5/+2
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-1/+1
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-2/+4
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-21re PR c++/51184 (Abstract class in function return type)Paolo Carlini1-1/+1
2012-05-17re PR c++/53371 (rvalue reference type as exception-declaration)Paolo Carlini1-14/+34
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-2/+2
2011-12-12Add condition to MUST_NOT_THROW_EXPR.Torvald Riegel1-3/+27
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+49
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-2/+2
2011-09-24except.c (expr_noexcept_p): Split out from finish_noexcept_expr.Jason Merrill1-4/+17
2011-08-23re PR c++/50055 ([PATCH] Location information for the throw() specification i...Siddhesh Poyarekar1-2/+4
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-3/+3
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill1-0/+2
2011-06-21call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...Jason Merrill1-1/+1