Re: [Patch] Take 2: Move Objective-C runtime flags to modern options system.

2011-11-14 Thread Mike Stump
On Nov 14, 2011, at 12:30 PM, Iain Sandoe wrote: > V2 is simpler, than :-) > OK for trunk? Ok.

Re: [Patch] Take 2: Move Objective-C runtime flags to modern options system.

2011-11-14 Thread Iain Sandoe
V2 is simpler, than http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01335.html because (using the approach suggested by Joseph) we can initialize flag_next_runtime early enough to avoid having to deal with any other flags. [I'll still get rid of the flag_objc_sjlj_exceptions flag in a follow