summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
Commit message (Expand)AuthorAgeFilesLines
* Merged with trunk at revision 194367.bviyer2012-12-111-5/+11
|\
| * PR c++/54207jakub2012-12-061-5/+11
* | merged with trunk at revision 193607.bviyer2012-11-201-6/+4
|\ \ | |/
| * This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-6/+4
* | Merged with trunk at revision 191389.bviyer2012-09-181-4/+2
|\ \ | |/
| * 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-131-4/+2
* | Merged with trunk at revision 191228.bviyer2012-09-131-5/+2
|\ \ | |/
| * Remove unnecessary VEC function overloads.dnovillo2012-09-111-5/+2
* | Merged with trunk at revision 190999.bviyer2012-09-061-1/+1
|\ \ | |/
| * /cppaolo2012-09-051-1/+1
* | Replaced CALL_SPAWN and CALL_NORMAL with CILK_CALL_SPAWN and bviyer2012-08-011-10/+10
* | Merged with trunk at revision 188463.bviyer2012-06-121-3/+4
|\ \ | |/
| * /cppaolo2012-06-061-2/+4
| * * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* | Merged with trunk at revision 187782bviyer2012-05-231-15/+35
|\ \ | |/
| * /cppaolo2012-05-211-1/+1
| * /cppaolo2012-05-171-14/+34
* | Merged with trunk at revision 186839.bviyer2012-04-271-2/+2
|\ \ | |/
| * /cppaolo2012-04-181-2/+2
* | Merged with trunk at revision r183050bviyer2012-01-101-3/+27
|\ \ | |/
| * Add condition to MUST_NOT_THROW_EXPR.torvald2011-12-121-3/+27
* | Reverted to cilkplus revision 182827bviyer2012-01-101-27/+3
* | Merge with Masterbviyer2012-01-051-3/+27
* | Merged with trunk at 181350.hjl2011-11-141-0/+49
|\ \ | |/
| * Merge from transactional-memory branch.aldyh2011-11-081-0/+49
* | Merged r179746 through r180090 into branch.hjl2011-10-191-3/+3
|\ \ | |/
| * Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-111-2/+2
* | Merged r179011 through r179196 into branch.hjl2011-09-271-4/+17
|\ \ | |/
| * * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.jason2011-09-251-4/+17
* | Merged with trunk at revision 178615.hjl2011-09-071-2/+4
|\ \ | |/
| * PR c++/50055jason2011-08-231-2/+4
* | Re-indent.hjl2011-09-061-9/+12
* | Initial checkin for the Intel Cilk Plus extensions.hjl2011-08-151-10/+10
|/
* 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