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: [Patch, testsuite, ObjC++] Add TLS tests.


On May 14, 2010, at 3:44 AM, IainS wrote:
> ObjC++ currently has no checks for TLS.
> 
> This patch follows the logic that ObjC++ is defined to be a superset of C++ and thus ObjC+ should pass the same set of tests as C++ (with specific additions for cases where tls is embedded within the ObjC++ syntax).
> 
> The patch adds syntax checks in obj-c++.dg/tls and a smaller number of compile checks in dg-torture/tls

> At present, there are two failing [torture] tests on linux when lto is enabled (these are most likely indicative of a general failure of lto with ObjC/C++).

Please xfail or disable those tests.  In general, we'd like to keep the testsuite results clean.

Ok with that.


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