Re: [PATCH] rtl: constm64_rtx..const64_rtx

2021-06-03 Thread Richard Sandiford via Gcc-patches
Segher Boessenkool writes: > On Wed, Jun 02, 2021 at 06:07:28PM +0100, Richard Sandiford wrote: >> Segher Boessenkool writes: >> > Since times immemorial there has been const_int_rtx for all values from >> > -64 to 64, but only constm1_rtx..const2_rtx have been available for >> > convenient use.

[PING] [PATCH] For obj-c stage-final re-use the checksum from the previous stage

2021-06-03 Thread Bernd Edlinger
Ping... On 5/28/21 9:47 AM, Bernd Edlinger wrote: > Hi Richard, > > I've replicated your PR to make the objective-c checksum compare equal > > commit fb2647aaf55b453b37badfd40c14c59486a74584 > Author: Richard Biener > Date: Tue May 3 08:14:27 2016 + > > Make-lang.in (cc1-checksum.c):

[PATCH] libstdc++: add missing typename for dependent type in std::ranges::elements_view [PR100900]

2021-06-03 Thread Avi Kivity
Clang complains about the missing typename. I believe it's not required in a more complete implementation of C++, but it's nicer to support less complete implementations. --- libstdc++-v3/include/std/ranges | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/st

<    1   2