On Sun, Nov 9, 2025 at 4:24 PM Frederick Virchanza Gotham via Gcc < [email protected]> wrote:
> On Sun, Nov 9, 2025 at 9:12 PM Jonathan Wakely wrote: > > > > You need to send a pull request to add it yourself, not just ask > > Matt or the other CE admins to do it for you. They're all busy people. > > I hadn't planned on pull requesting, or 'merging', this into the > GitHub 'gcc-mirror/gcc' repo. Is that what you're suggesting I do? I > had just intended on keeping "my compiler" separate from the main > compiler. But if I were to make a pull request, then I think I would > need to add a compiler flag "-fencode-vptr" in order to turn the > feature on (i.e. it would be off by default). > The Github gcc-mirror/gcc repository has no relationship with the GNU GCC Project and the GNU Toolchain. Issues and Pull Requests in that repository have no impact on the GCC Project. Please see the GCC website "Contribute" page for information about how to contribute to the GCC Project. https://gcc.gnu.org/contribute.html > I was just about to click Send on this email when I realised that > maybe you meant to make a pull request into the Compiler Explorer > repo. Is that what you mean? > Compiler Explorer is a separate and wonderful project maintained by Matt Godbolt. His repositories are not development repositories for GCC or any of the compilers that his website hosts. Again, please see the GCC Contribution information if you wish to contribute to GCC. Thanks, David
