This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ObjC/ObjC++: bug fixes for @catch


>> This patch fixes a number of bugs, minor and missing/incomplete checks (and 
>> some ICEs) in GCC's parsing of Objective-C @catch syntax.
>>
>> Ok to commit ?
>
> I like the first patch better...  We can trivially run subsets already, 
> the total size of our testsuite is trivial.  We can parallelize it as is 
> already.

Ok, no problem, I'll commit the first one. :-)

I don't really care, with the exception of parallelization - the ObjC testsuite
currently takes about 100 seconds to run serially on my machine and I'd love to 
parallelize it and cut that time down by 4x or so.  But it can most likely
be done even without subdirectories.

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]