On Thursday, 27 May 2021 17:18:58 CEST Jason Merrill wrote:
> On 5/26/21 5:27 PM, Matthias Kretz wrote:
> > From: Matthias Kretz
> >
> > dump_type on 'const std::string' should not print 'const string' unless
> > TFF_UNQUALIFIED_NAME is requested.
> >
> > gcc/cp/ChangeLog:
> > PR c++/100763
o.
> Yeah, for that and other reasons, I think it would be good to avoid
> giving the impression that -ffinite-math-only can be relied on to make
> the assumption above. Wouldn't it be more accurate to say that the
> compiler is allowed to make the assumption, at any point that
than taint the impression of its usefulness.
> libstdc++v3 is only ever supported by the version that comes with the
> compiler.
Right, that's an artifact of having active users of this code. I'll clean it
up.
Thanks for the feedback,
Matthias
--
──┬─
verloading ?: is
> > > just as disallowed as it is without this change.
> >
> > Thanks. Can you provide a testcase that shows why this change makes
> > sense?
> > That testcase then should be part of the patch submission.
--
──
*gcc.target/i386/avx512vl-vfixupimmps-1.c: Ditto.
> *gcc.target/i386/sse-13.c: Ditto.
> *gcc.target/i386/sse-14.c: Ditto.
> *gcc.target/i386/sse-22.c: Ditto.
> *gcc.target/i386/sse-23.c: Ditto.
> *gcc.target/i386/testimm-10.c: Ditto.
>