Re: Marc Poulhies appointed Ada co-maintainer
Hello David, > I am pleased to announce that the GCC Steering Committee has appointed > Marc Poulhies as Ada co-maintainer. Thank you :) > Marc, please update your listing in the MAINTAINERS file. I've updated the MAINTAINERS file accordingly in f4ed610d02aaf8cfcdcb5cf03e0cde65f1f5f890. Best regards, Marc
Re: gcc14.2 gprbuild not provided
"Berger, Lutz via Gcc" writes: > Airbus Amber > Hallo, > The command "gnatmake -P" cannot be executed anymore, > because gprbuild (gnatmake is forwarded to gprbuild in that case) is > not provided. Is there a restriction, or why it is not provided? Hello, it's not new that `gnatmake -P` redirects to `gprbuild` (I think it has been so since ~2016), and `gprbuild` has never been a part of GCC. So I don't think the "cannot be executed anymore" is caused by a recent change in GCC. gprbuild can probably be installed using your distribution package manager as it's included in most repositories now. You can also build and install it yourself from the sources: https://github.com/AdaCore/gprbuild. And finally, you may be interested by using alire (https://github.com/alire-project/alire) as it makes it really easy to install the compiler and its companion tools. Regards, Marc Poulhiès > Regards > > Lutz Berger > Modeling and Testing System Engineer > Integrated Team PSTS - TADVSD > Airbus Defense and Space
Re: GCC devroom at FOSDEM 2025?
"James K. Lowden" writes: Hello James, > I went to https://pretalx.fosdem.org/fosdem-2025/cfp today. It says > the deadline isn't the 15th, but was yesterday! Am i really too > late? Dec 15th is for the schedule announcement: we have ~15 days to read all the proposals and decide which one we accept. The submission deadline was indeed yesterday. > I have two ideas in mind: > > 1. So, You Need a Symbol Table? > > Compiler textbooks wave their hands and say you might need a symbol > table. Except for LISP, they doen't say what it looks like. I describe > our experience with the one I designed. > > 2. Cobol is the Original Safe Language > > An exploration of what "safe language" means, how those properties > were present in Cobol long before the concept had a name, and what > "safety" looks like in gcobol. > > Please tell me what I should do. I'll send you some instructions. Marc
Re: Patch held up in gcc-patches due to size
February 3, 2025 at 11:02 AM, "Mark Wielaard" mailto:m...@klomp.org?to=%22Mark%20Wielaard%22%20%3Cmark%40klomp.org%3E > wrote: > > (Does anybody actually look at the messages, as promised in the e-mail?= > > > I think it is done multiple times each day. The current moderators are > Jeff and Marc, with help from the Sourceware volunteers monitoring > postmaster. I know some of these people, including Marc and myself > were at Fosdem this weekend. How long did you have to wait for your > message to get to the list? Hello, I usually look at the queue a few times a day (working day)... So at least in my case, I may not be very active during the weekends (even less so this weekend)... As for unlocking too-big patches, I happen to accept the ones that are "close" to the limit. I think I asked last year about the big translation patches and someone (Jospeh IIRC) told me that it was ok to accept them. Should I be more strict and reject anything above the limit? Marc PS: would be nice if git-send-email could take care of this...