Re: [patch g++.dg]: Disable some weak-tests for mingw-targets

2014-11-28 Thread Rainer Orth
Hi Kai, > 2014-11-28 12:21 GMT+01:00 Rainer Orth : >> Hi Kai, >> >>> this patch skips some test, which are trying to test non-existing >>> weak-variant for mingw-targets. >> >> why is this necessary when most (all?) of those tests already have >> dg-require-weak? If there's some property of weak

Re: [patch g++.dg]: Disable some weak-tests for mingw-targets

2014-11-28 Thread Kai Tietz
2014-11-28 12:21 GMT+01:00 Rainer Orth : > Hi Kai, > >> this patch skips some test, which are trying to test non-existing >> weak-variant for mingw-targets. > > why is this necessary when most (all?) of those tests already have > dg-require-weak? If there's some property of weak variables that > P

Re: [patch g++.dg]: Disable some weak-tests for mingw-targets

2014-11-28 Thread Rainer Orth
Hi Kai, > this patch skips some test, which are trying to test non-existing > weak-variant for mingw-targets. why is this necessary when most (all?) of those tests already have dg-require-weak? If there's some property of weak variables that PE-COFF lacks, I'd rather have a new effective-target

[patch g++.dg]: Disable some weak-tests for mingw-targets

2014-11-28 Thread Kai Tietz
Hi, this patch skips some test, which are trying to test non-existing weak-variant for mingw-targets. ChangeLog 2014-11-28 Kai Tietz * g++.dg/abi/anon2.C: Skip for mingw targets. * g++.dg/abi/anon3.C: Likewise. * g++.dg/abi/thunk5.C: Likewise. * g++.dg/abi/rtti1.C: Likewise.