Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-14 Thread Jonathan Wakely via Gcc
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 to build GCC painlessly" then you >> can do it with nin

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-14 Thread Damian Rouson
On Mon, Jun 13, 2022 at 8:27 AM Jonathan Wakely via Fortran < fort...@gcc.gnu.org> wrote: > > It doesn't include them, but they are standard system packages that > everybody can install without downloading the sources and building > them from scratch. unless the person is on a system on which th

std::format support?

2022-06-14 Thread Zopolis0 via Gcc
There was some discussion around std::format support 2 years ago, with people suggesting to just use the fmt code, and others suggesting that an independent implementation might be of higher quality. 2 years have since passed, and we have no implementation, of higher or identical quality. Could we

Re: std::format support?

2022-06-14 Thread Jonathan Wakely via Gcc
On Tue, 14 Jun 2022 at 13:15, Zopolis0 via Gcc wrote: > > There was some discussion around std::format support 2 years ago, with > people suggesting to just use the fmt code, and others suggesting that an > independent implementation might be of higher quality. No, that's not what I said. > 2 ye

Re: GSoC Blog Post 0 - GCCprefab build system

2022-06-14 Thread Wileam Yonatan Phan via Gcc
Hi Jonathan, I just pushed a commit to update the build script and config files to use the release tags instead of the tip of the branch. Thanks again for pointing this out! Thanks, Wil --- Hi Damian, That's indeed a tricky issue to implement with the build script if the user doesn't have sudo

Re: Question on cgraph_edge::call_stmt during LTO

2022-06-14 Thread Martin Jambor
Hello Erick, sorry for a late reply, I've been recovering from an injury recently. On Thu, Jun 02 2022, Erick Ochoa wrote: > Hi Martin, > > Thanks for the tips! I have implemented an edge summary which: > > * is allocated at IPA analysis phase > * streamed out in ipcp_write_transformation_summari

GCC 10.3.1 Status Report (2022-06-14)

2022-06-14 Thread Jakub Jelinek via Gcc
Status == The GCC 10 branch is in regression and documentation fixing mode. After the release of GCC 9.5 it's time to do another release from the 10 branch - GCC 10.4. I will do a GCC 10.4 release candidate next week, June 21st, followed by the release a week after that if no serious problem

Make cp-demangle non-recursive

2022-06-14 Thread Mohamed Atef via Gcc
Hi, Are there any further details about this project? Thanks Mohamed