gcc-13-20241011 is now available

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

Re: Android: Fix build for Android

2024-10-11 Thread Jonathan Wakely via Gcc
On Fri, 11 Oct 2024 at 17:30, yxj-github-437 via Gcc wrote: > This is a patch to fix target android Thanks for the patch. Patches need to be sent to the gcc-patches mailing list, and there are other requirements for all contributors, please see https://gcc.gnu.org/contribute.html

Re: GCC devroom at FOSDEM 2025?

2024-10-11 Thread James K. Lowden
On Tue, 01 Oct 2024 11:48:34 +0200 Thomas Schwinge wrote: > I need two, three people as co-organizers Happy to help, Thomas. Let me know what to do. --jkl

Android: Fix build for Android

2024-10-11 Thread yxj-github-437 via Gcc
This is a patch to fix target android 0001-Android-Fix-build-for-Android.patch Description: Binary data

Re: c99 does not handle -O2 but cc does?

2024-10-11 Thread Dennis Luehring via Gcc
Am 11.10.2024 um 18:07 schrieb Jonathan Wakely: The c99 executable is provided by your distro, it's not part of GCC. Maybe it wants a space between the -O and 2, but I don't know. thanks for clearing that up does not work with spaces - will ask on the Tumbleweed list

Re: c99 does not handle -O2 but cc does?

2024-10-11 Thread Jonathan Wakely via Gcc
On Fri, 11 Oct 2024 at 17:02, Dennis Luehring via Gcc wrote: > latest SUSE Tumbleweed/gcc 14.2 > > c99 -O2 test.c > > returns: > c99: invalid option -- '2' > > cc -O2 test.c > > returns successfull > > > according to https://linux.die.net/man/1/c99 the -O2 option should work > c99 is used in an o

c99 does not handle -O2 but cc does?

2024-10-11 Thread Dennis Luehring via Gcc
latest SUSE Tumbleweed/gcc 14.2 c99 -O2 test.c returns: c99: invalid option -- '2' cc -O2 test.c returns successfull according to https://linux.die.net/man/1/c99 the -O2 option should work c99 is used in an older build system and that didn't work due to the -O2 problem

Re: Suggest: Add curl to gcc/install/prerequisites

2024-10-11 Thread Roosh Fourtytwo via Gcc
Thanks for the quick response. My system complained that curl was not present. I also did not have wget, but the error didn't mention it (I'm pretty sure). In any case, my suggestion would then be to require either one. BTW, I was running this on a (mostly) clean install of Debian 12 in WSL unde

Re: Suggest: Add curl to gcc/install/prerequisites

2024-10-11 Thread Jonathan Wakely via Gcc
On Fri, 11 Oct 2024 at 10:14, Roosh Fourtytwo via Gcc wrote: > Hi, Thanks for the clear and concise instructions. I'm building gcc-14, > and have a small suggestion. > > Kind regards, > Roosh42 > > *Webpage to update:* > https://gcc.gnu.org/install/prerequisites.html > > *Suggestion:* > Add curl

Suggest: Add curl to gcc/install/prerequisites

2024-10-11 Thread Roosh Fourtytwo via Gcc
Hi, Thanks for the clear and concise instructions. I'm building gcc-14, and have a small suggestion. Kind regards, Roosh42 *Webpage to update:* https://gcc.gnu.org/install/prerequisites.html *Suggestion:* Add curl as one of the prerequisites *Reason:* It is needed for ./contrib/download_prereq