From 84fd360ddcdabfe1209c0139aa937e9e0ee7547a Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Tue, 26 Jul 2005 14:27:33 +0000 Subject: re PR libobjc/22606 (Exceptions cannot be thrown from -forward::) 2005-07-26 Andrew Pinski PR libobjc/22606 * Makefile.in (ALL_CFLAGS): Add -fexceptions. 2005-07-26 Andrew Pinski PR libobjc/22606 * objc.dg/try-catch-11.m: New test. From-SVN: r102386 --- libobjc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/Makefile.in') diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 44e3dd7..4dd1f9d 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -73,7 +73,7 @@ CC = @CC@ CFLAGS = @CFLAGS@ WARN_CFLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(WARN_CFLAGS) \ - -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing + -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions # Libtool # The following strings describe the version of the obj-C library -- cgit v1.1