Introducing something like RPATH's $ORIGIN for GCC spec files

2025-06-11 Thread John Ericson via Gcc
Hello, I am doing some investigation into making existing software more relocatable. One source of non-reloctability I've noticed is absolute paths in spec files. Relative paths I assume would be relative the current working directory, which is not very useful when the spec file doesn't know wh

gcc-12-20250611 is now available

2025-06-11 Thread GCC Administrator via Gcc
Snapshot gcc-12-20250611 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20250611/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 12 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: An alternative way of appointing reviewers and maintainers

2025-06-11 Thread Segher Boessenkool
On Wed, Jun 04, 2025 at 05:53:18PM -0600, Jeff Law via Gcc wrote: > On 6/3/25 1:41 PM, David Edelsohn via Gcc wrote: > >What is not working with the current system? What is this fixing? > It relies on the someone to shepherd the process and it's something that > often gets pushed down on my daily

Re: An alternative way of appointing reviewers and maintainers

2025-06-11 Thread David Edelsohn via Gcc
On Wed, Jun 11, 2025 at 11:46 AM Segher Boessenkool < seg...@kernel.crashing.org> wrote: > On Wed, Jun 04, 2025 at 05:53:18PM -0600, Jeff Law via Gcc wrote: > > On 6/3/25 1:41 PM, David Edelsohn via Gcc wrote: > > >What is not working with the current system? What is this fixing? > > It relies on

Re: [ C Frontend / Preprocessor ] Embed Preprocessor Parameter Order

2025-06-11 Thread David Brown via Gcc
On 10/06/2025 18:43, Christopher Bazley wrote: Hi David, On 10/06/2025 14:19, David Brown wrote: On 10/06/2025 10:43, Jakub Jelinek wrote: On Tue, Jun 10, 2025 at 09:52:42AM +0200, David Brown via Gcc wrote: So while correcting the mistakes of the past is either very slow or impossible, we ca