Re: [committed] c++: Add testcase for recently fixed PR [PR69681]

2022-01-07 Thread Patrick Palka via Gcc-patches
On Fri, 7 Jan 2022, Jakub Jelinek wrote: > On Thu, Jan 06, 2022 at 10:44:09AM -0500, Patrick Palka via Gcc-patches wrote: > > Fixed ever since r12-6188. > > > > PR c++/69681 > > > > gcc/testsuite/ChangeLog: > > > > * g++.dg/cpp0x/constexpr-compare2.C: New test. > > Note, I've tested my

Re: [committed] c++: Add testcase for recently fixed PR [PR69681]

2022-01-07 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 06, 2022 at 10:44:09AM -0500, Patrick Palka via Gcc-patches wrote: > Fixed ever since r12-6188. > > PR c++/69681 > > gcc/testsuite/ChangeLog: > > * g++.dg/cpp0x/constexpr-compare2.C: New test. Note, I've tested my https://gcc.gnu.org/pipermail/gcc-patches/2022-January/58

[committed] c++: Add testcase for recently fixed PR [PR69681]

2022-01-06 Thread Patrick Palka via Gcc-patches
Fixed ever since r12-6188. PR c++/69681 gcc/testsuite/ChangeLog: * g++.dg/cpp0x/constexpr-compare2.C: New test. --- gcc/testsuite/g++.dg/cpp0x/constexpr-compare2.C | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-compare2