Re: [PATCH] Mass rename of C++ .c files to .cc suffix

2022-01-11 Thread Jonathan Wakely via Fortran
On Tue, 11 Jan 2022 at 18:02, Harald Anlauf via Gcc wrote: > > Am 11.01.22 um 16:50 schrieb Martin Liška: > > On 1/11/22 16:48, Toon Moene wrote: > >> On 1/11/22 13:56, Martin Liška wrote: > >> > >>> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > >>> Plus it survives buil

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-13 Thread Jonathan Wakely via Fortran
On Mon, 13 Jun 2022 at 02:51, Wileam Yonatan Phan via Gcc wrote: > > Hi everyone, > > This weekend marks the end of the community bonding period for GSoC '22, and > here’s my progress so far with the GSoC project on Fortran DO CONCURRENT. > > I've initialized a GCC mirror on GitHub where I plan to

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-13 Thread Jonathan Wakely via Fortran
On Mon, 13 Jun 2022 at 14:34, Wileam Yonatan Phan wrote: > > Hi Jonathan, > > Thanks for the feedback. Regarding the linked page < > https://gcc.gnu.org/wiki/InstallingGCC> > if you're referring to the part that tells you to use your distro's package > manager, yes that's indeed the simplest way to

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-13 Thread Jonathan Wakely via Fortran
On Mon, 13 Jun 2022, 18:12 Wileam Yonatan Phan, wrote: > > > Yes, you are correct that the script currently uses the tip of the > `releases/gcc-[version]` branches. Is that not the same as using the > published > tarballs on the FTP server? No. I _do_ notice that these branches only get pushe

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-14 Thread Jonathan Wakely via Fortran
On Tue, 14 Jun 2022 at 01:37, Damian Rouson wrote: > > > > On Mon, Jun 13, 2022 at 8:27 AM Jonathan Wakely via Fortran > wrote: >> >> >> Yes, it does that, but takes 400 lines of shell script to do so. >> >> If you want "relatively easy ways t

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-17 Thread Jonathan Wakely via Fortran
On Fri, 17 Jun 2022 at 19:45, Bernhard Reutner-Fischer wrote: > > On 13 June 2022 17:26:59 CEST, Jonathan Wakely via Fortran > wrote: > > >https://gist.github.com/jwakely/95b3a790157f55d75e18f577e12b50d7#file-build_gcc_versions-sh > > s/[[/[/ > s/==/=/ >

Re: [PATCH v5 0/5] P1689R5 support

2023-02-03 Thread Jonathan Wakely via Fortran
On Fri, 3 Feb 2023, 04:09 Andrew Pinski via Gcc, wrote: > On Wed, Jan 25, 2023 at 1:07 PM Ben Boeckel via Fortran > wrote: > > > > Hi, > > > > This patch series adds initial support for ISO C++'s [P1689R5][], a > > format for describing C++ module requirements and provisions based on > > the sou

Re: [PATCH v5 0/5] P1689R5 support

2023-02-03 Thread Jonathan Wakely via Fortran
On Fri, 3 Feb 2023 at 08:58, Jonathan Wakely wrote: > > > > On Fri, 3 Feb 2023, 04:09 Andrew Pinski via Gcc, wrote: >> >> On Wed, Jan 25, 2023 at 1:07 PM Ben Boeckel via Fortran >> wrote: >> > >> > Hi, >> > >> > This patch series adds initial support for ISO C++'s [P1689R5][], a >> > format for d

Re: Build problems: mpfr, mpc

2021-08-20 Thread Jonathan Wakely via Fortran
On Fri, 20 Aug 2021 at 13:59, Arjen Markus wrote: > > Going the WSL2 route (I am not all that familiar with WSL) or a Linux > emulation may be the way to go, indeed, but your remark triggered me to do a > bit of searching: there is some discussion about the secure_getenv() function > wrt Cygwin

Re: Build problems: mpfr, mpc

2021-08-20 Thread Jonathan Wakely via Fortran
On Fri, 20 Aug 2021 at 14:09, Jonathan Wakely wrote: > > On Fri, 20 Aug 2021 at 13:59, Arjen Markus wrote: > > > > Going the WSL2 route (I am not all that familiar with WSL) or a Linux > > emulation may be the way to go, indeed, but your remark triggered me to do > > a bit of searching: there is

Re: libgfortran.so SONAME and powerpc64le-linux ABI changes

2021-10-05 Thread Jonathan Wakely via Fortran
On Mon, 4 Oct 2021, 15:14 Jakub Jelinek via Gcc, wrote: > On Mon, Oct 04, 2021 at 12:07:54PM +0200, Jakub Jelinek via Gcc wrote: > > Or the last option would be to try to make libgfortran.so.5 ABI > compatible > > with both choices on powerpc64le-linux. From quick skimming of > libgfortran, > >