Re: [PATCH] c++: Add missing scope in typedef diagnostic [PR100763]

2021-05-27 Thread Dr. Matthias Kretz
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

Re: [RFC] Clarify -ffinite-math-only documentation

2020-04-27 Thread Dr. Matthias Kretz
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

Re: [PATCH] std::experimental::simd

2020-01-07 Thread Dr. Matthias Kretz
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 -- ──┬─

Re: [PATCH] Fix parser to recognize operator?:

2019-10-24 Thread Dr. Matthias Kretz
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. -- ──

Re: [PATCH] x86: Update VFIXUPIMM* Intrinsics to align with the latest Intel SDM

2019-01-10 Thread Dr. Matthias Kretz
*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. >