On Fri, Feb 10, 2017 at 11:56:39AM +0100, Rainer Orth wrote: > Segher Boessenkool <seg...@kernel.crashing.org> writes: > > > As stated in the PR, this test now passes on aarch64, ia64, powerpc, > > and s390x. This patch disables the xfails for those targets. > > As I'd mentioned in PR tree-optimization/78775, the test XPASSes on > SPARC, too. > > > Tested on powerpc64-linux {-m32,-m64}. Is this okay for trunk? > [...] > > 2017-02-09 Segher Boessenkool <seg...@kernel.crashing.org> > > > > gcc/testsuite/ > > PR testsuite/79356 > > * gcc.dg/attr-alloc_size-11.c: Don't xfail on aarch64, ia64, powerpc, > > or s390x. > > TBH, I'd strongly prefer to have a proper analysis instead of just > un-xfail-ing the test on an ever growing apparently random list of > targets.
Yeah, I agree. I thought it was just another test that stopped failing, but it seems to fail in two ways now, making the testcase succeed? Lovely. Please consider this patch withdrawn. Segher