Re: C++ Concepts: Working Paper n number ?

2022-08-17 Thread Jonathan Wakely via Gcc
On Wed, 17 Aug 2022, 16:52 Aaron Gray via Gcc, wrote: > Hi, Another query please. > > I seem to have found the Concepts Technical Specification :- > > https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3929.pdf That's an old draft, see https://en.cppreference.com/w/cpp/experimental for

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Jonathan Wakely via Gcc
On Wed, 17 Aug 2022, 16:20 Richard Earnshaw via Gcc, wrote: > > > On 17/08/2022 12:42, Aaron Gray via Gcc wrote: > > Hi, > > > > I am looking for the original ConceptGCC source code, the > > https://www.generic-programming.org/software/ConceptGCC/download.html > has > > all broken links and the S

Re: Reproducible builds - supporting relative paths in *-prefix-map

2022-08-17 Thread Richard Purdie via Gcc
Hi Mark, Thanks for the reply! On Wed, 2022-08-17 at 13:23 +0200, Mark Wielaard wrote: > Hi Richard, > > On Mon, Aug 15, 2022 at 09:29:03PM +0100, Richard Purdie wrote: > > On Mon, 2022-08-15 at 21:55 +0200, Mark Wielaard wrote: > > > I might be misinterpreting the issue you are seeing. > > > >

Re: Reproducible builds - supporting relative paths in *-prefix-map

2022-08-17 Thread Mark Wielaard
Hi Richard, On Mon, Aug 15, 2022 at 09:29:03PM +0100, Richard Purdie wrote: > On Mon, 2022-08-15 at 21:55 +0200, Mark Wielaard wrote: > > I might be misinterpreting the issue you are seeing. > > > > But one problem with debuginfo/DWARF is that relative source paths > > aren't clearly defined. If

[RFC] Draft release roadmap for RVV v1.0 formal release

2022-08-17 Thread eop Chen
Hi all, As mentioned in the first RFC letter , here we want to share our draft roadmap for the formal release. The main goal of this release is to stablize the using environment of the RVV C intrinsics for the users. So as mentioned in

C++ Concepts: Working Paper n number ?

2022-08-17 Thread Aaron Gray via Gcc
Hi, Another query please. I seem to have found the Concepts Technical Specification :- https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3929.pdf But am looking for the n number of the C++ Concepts Working Paper ? Many thanks in advance, Aaron -- Aaron Gray Independent Open Source So

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Richard Earnshaw via Gcc
On 17/08/2022 12:42, Aaron Gray via Gcc wrote: Hi, I am looking for the original ConceptGCC source code, the https://www.generic-programming.org/software/ConceptGCC/download.html has all broken links and the SVN is gone. Is this available on GCC git or SVN ? Also I am wondering if the origi

man-pages futex(2) example program using _Atomic

2022-08-17 Thread Alejandro Colomar via Gcc
Hi, The man-pages example program for the futex(2) page uses atomic_compare_exchange_strong(), but it seems to use it incorrectly, according to clang-tidy(1) (see below). I've neved used _Atomic, and so I'm not confident in fixing the program. Would you mind having a look at it and possibly

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Aaron Gray via Gcc
>>> Also I am wondering if the original concepts-lite code is available too >>> anywhere please ? >> >> >> Define "original". a post ConceptGCC, GCC branch implementation ? >> Andrew Sutton's Concepts Lite implementation was merged into GCC trunk, and >> evolved to also support C++20 concepts.

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Jonathan Wakely via Gcc
On Wed, 17 Aug 2022, 14:46 Jonathan Wakely, wrote: > > > On Wed, 17 Aug 2022, 13:43 Aaron Gray via Gcc, wrote: > >> Hi, >> >> I am looking for the original ConceptGCC source code, the >> https://www.generic-programming.org/software/ConceptGCC/download.html has >> all broken links and the SVN is

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Jonathan Wakely via Gcc
On Wed, 17 Aug 2022, 13:43 Aaron Gray via Gcc, wrote: > Hi, > > I am looking for the original ConceptGCC source code, the > https://www.generic-programming.org/software/ConceptGCC/download.html has > all broken links and the SVN is gone. > > Is this available on GCC git or SVN ? > I don't think

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Aaron Gray via Gcc
On Wed, 17 Aug 2022 at 13:16, Ben Boeckel wrote: > > On Wed, Aug 17, 2022 at 12:42:42 +0100, Aaron Gray via Gcc wrote: > > I am looking for the original ConceptGCC source code, the > > https://www.generic-programming.org/software/ConceptGCC/download.html has > > all broken links and the SVN is gon

Re: Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Ben Boeckel via Gcc
On Wed, Aug 17, 2022 at 12:42:42 +0100, Aaron Gray via Gcc wrote: > I am looking for the original ConceptGCC source code, the > https://www.generic-programming.org/software/ConceptGCC/download.html has > all broken links and the SVN is gone. > > Is this available on GCC git or SVN ? There is this

Wanted: original ConceptGCC downloads / branch, concepts-lite branch

2022-08-17 Thread Aaron Gray via Gcc
Hi, I am looking for the original ConceptGCC source code, the https://www.generic-programming.org/software/ConceptGCC/download.html has all broken links and the SVN is gone. Is this available on GCC git or SVN ? Also I am wondering if the original concepts-lite code is available too anywhere ple

Re: [RFC] zip_vector: in-memory block compression of integer arrays

2022-08-17 Thread Michael Clark via Gcc
On 17/08/22 7:10 pm, Richard Biener wrote: Q. Why is it specifically of interest to GCC developers? I think the best way to answer this is with questions. How can we model a block-based iterator for a sparse array that is amenable to vectorization? There are aspects to the zip_vector iterator

Re: [RFC] zip_vector: in-memory block compression of integer arrays

2022-08-17 Thread Richard Biener via Gcc
On Wed, Aug 17, 2022 at 8:35 AM Michael Clark via Gcc wrote: > > Hi Folks, > > This is an edited version of a message posted on the LLVM Discourse. > > I want to share what I have been working on as I feel it may be of > interest to the GCC compiler developers, specifically concerning alias > anal