On Wed, Dec 11, 2013 at 03:05:22PM +0400, Yury Gribov wrote: > > This test would fail on strict alignment targets. > > Ok, we'll throw in a dg-skip-if. > > > Why is the test C++ only though? > > Again, why C++ only? > > Ditto. > > Likewise. > > I think main reason is having same versions of code with Clang. I > had an impression that minimization of changes would be preferred > and C vs. C++ should not make much difference for TSan anyway. > > We can convert the tests if necessary though.
I guess I can live with it as is, just was wondering why the tests were written so carelessly that when they don't really need to test any C++ features they are still written in C++. Jakub