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: C PATCH for c/65345 (file-scope _Atomic expansion with floats)


On Thu, Oct 01, 2015 at 11:02:09AM -0400, David Edelsohn wrote:
> On Thu, Oct 1, 2015 at 10:49 AM, Marek Polacek <polacek@redhat.com> wrote:
> > Joseph reminded me that I had forgotten about this patch.  As mentioned
> > here <https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01792.html>, I'm
> > removing the XFAILs in the tests so people are likely to see new FAILs.
> >
> > I think the following targets will need similar fix as the one below:
> > * MIPS
> > * rs6000
> > * alpha
> > * sparc
> > * s390
> > * arm
> > * sh
> > * aarch64
> >
> > I'm CCing the respective maintainers.  You might want to XFAIL those tests.
> 
> Why aren't you testing the appropriate fix on all of the targets?

It's very improbable that I could fix and properly test all of them;
I simply don't have the cycles and resources to fix e.g. sh/sparc/alpha/mips.

You want me to revert my fix, but I don't really see the point here; the
patch doesn't introduce any regressions, it's just that the new tests are
likely to FAIL.  It sounds preferable to me to fix 2 targets than to leave
all of them broken (and I bet many maintainers were unaware of the issue).

Would XFAILing the new tests work for you, if you don't want to see any
new FAILs?

If you still insist on reverting the patch, ok, but I think this PR is
unlikely to be resolved any time soon then.

	Marek


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