r198724 - in /branches/cilkplus/gcc: cp/ChangeL...
bviyer@gcc.gnu.org
bviyer@gcc.gnu.org
Wed May 8 21:05:00 GMT 2013
Author: bviyer
Date: Wed May 8 21:05:12 2013
New Revision: 198724
URL: http://gcc.gnu.org/viewcvs?rev=198724&root=gcc&view=rev
Log:
Added a check for exception being enabled before emitting exception code.
2013-05-08 Balaji V. Iyer <balaji.v.iyer@intel.com>
* cp-cilk.c (validate_for_record): Emitted an error statement.
(cp_install_body_with_frame_cleanup): Added a check to see if exceptions
are being enabled. Otherwise, do not emit the catch and throw
expressions.
Added:
branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/compile/no_except.cc
Modified:
branches/cilkplus/gcc/cp/ChangeLog.cilkplus
branches/cilkplus/gcc/cp/cp-cilk.c
More information about the Gcc-cvs
mailing list