Index: src/driver/cfa.cc
===================================================================
--- src/driver/cfa.cc	(revision d746bc821f67aff8f4e526f470cad8f8d18fa98f)
+++ src/driver/cfa.cc	(revision e9145a3d441a8ec02e96bb8f4c48446e11570f7b)
@@ -9,7 +9,7 @@
 // Author           : Peter A. Buhr
 // Created On       : Tue Aug 20 13:44:49 2002
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jan 20 14:38:45 2017
-// Update Count     : 155
+// Last Modified By : Andrew Beach
+// Last Modified On : Thr Aug 17 15:24:00 2017
+// Update Count     : 156
 //
 
@@ -281,4 +281,8 @@
 #endif //HAVE_LIBCFA
 
+	// Add exception flags (unconditionally)
+	args[nargs] = "-fexceptions";
+	nargs += 1;
+
 	// add the correct set of flags based on the type of compile this is
 
