summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
Commit message (Expand)AuthorAgeFilesLines
* 2011-07-19 Richard Guenther <rguenther@suse.de>rguenth2011-07-191-3/+3
* * Make-lang.in (check-g++-strict-gc): New.jason2011-07-161-0/+2
* * call.c (add_builtin_candidates): Use cv_unqualified rather thanjason2011-06-211-1/+1
* PR c++/49107jason2011-06-081-2/+6
* PR c++/48468jason2011-04-071-0/+5
* * except.c (build_noexcept_spec): Call cxx_constant_value afterjason2011-03-281-1/+1
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-1/+0
* * call.c (null_ptr_cst_p): Use maybe_constant_value.jason2010-11-021-6/+17
* * except.c (build_throw): Set EXPR_LOCATION.jason2010-10-271-1/+4
* Centralize knowledge of eh personality routines.rth2010-10-131-3/+2
* Require lvalues as specified by the standard.jason2010-09-271-1/+1
* gcc/froydnj2010-08-201-3/+1
* * except.c (pending_noexcept, pending_noexcept_checks): New.jason2010-08-191-6/+58
* gcc/ChangeLog:steven2010-06-281-8/+28
* * c.opt: Add -Wnoexcept.jason2010-06-161-12/+27
* * call.c (build_java_interface_fn_ref): Call build_function_type_listfroydnj2010-06-091-16/+14
* Implement noexcept-specification (15.4)jason2010-06-041-0/+61
* Implement noexcept operator (5.3.7)jason2010-06-041-0/+64
* * cp-tree.h (cp_build_function_call_nary): Declare.froydnj2010-05-301-20/+13
* gcc/ChangeLog:steven2010-05-251-3/+0
* gcc:jason2010-05-161-3/+16
* C++ DR 475jason2010-05-151-49/+11
* PR c++/44127jason2010-05-141-2/+2
* C++ support for -Wunused-but-set-variabledodji2010-05-061-0/+1
* /cppaolo2010-01-201-6/+7
* 2009-12-17 Shujing Zhao <pearly.zhao@oracle.com>pzhao2009-12-171-2/+2
* cp/paolo2009-11-201-2/+6
* Squash commit of EH in gimplerth2009-09-141-9/+5
* 2009-09-13 Richard Guenther <rguenther@suse.de>rguenth2009-09-131-10/+3
* 2009-07-17 Aldy Hernandez <aldyh@redhat.com>manu2009-07-161-1/+2
* 2009-07-06 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2009-07-061-6/+7
* gcc/java/aldyh2009-06-121-1/+1
* ./:ian2009-05-211-5/+6
* * except.c (choose_personality_routine): Set terminate_node to aborthubicka2009-03-271-0/+1
* 2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2008-08-181-1/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-3/+4
* 2008-07-27 Paolo Carlini <paolo.carlini@oracle.com>paolo2008-07-271-13/+25
* * typeck.c (composite_pointer_type_r, cxx_sizeof_expr,redi2008-06-211-2/+2
* 2008-03-25 Douglas Gregor <doug.gregor@gmail.com>dgregor2008-03-251-15/+21
* PR c++/15745jason2007-09-061-0/+3
* * except.c (initialize_handler_parm): Usejason2007-09-051-1/+1
* PR c++/31411jason2007-09-041-0/+3
* * c-common.c (vector_types_convertible_p,ghazi2007-08-251-1/+1
* 2007-08-20 Richard Guenther <rguenther@suse.de>rguenth2007-08-201-1/+1
* 2007-08-20 Richard Guenther <rguenther@suse.de>rguenth2007-08-201-1/+1
* * typeck.c: Change copyright header to refer to version 3 of the GNU General nickc2007-08-021-5/+4
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-2/+3
* 2007-05-30 Russell Yanofsky <russ@yanofsky.org>dgregor2007-05-311-1/+14
* 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-281-1/+1
* PR c++/28878jakub2006-09-021-1/+2