git: 44b9543d85 - main - Status/2024Q3/gcc.adoc: Add report
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Oct 2024 09:31:12 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=44b9543d8575008dfa66902712ccd2763778fd9f commit 44b9543d8575008dfa66902712ccd2763778fd9f Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-09-29 16:02:36 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-10-10 09:30:21 +0000 Status/2024Q3/gcc.adoc: Add report Reviewed by: status (Pau Amma <pauamma@gundo.com>) Pull Request: https://github.com/freebsd/freebsd-doc/pull/418 --- .../en/status/report-2024-07-2024-09/gcc.adoc | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/content/en/status/report-2024-07-2024-09/gcc.adoc b/website/content/en/status/report-2024-07-2024-09/gcc.adoc new file mode 100644 index 0000000000..6ecf2a4391 --- /dev/null +++ b/website/content/en/status/report-2024-07-2024-09/gcc.adoc @@ -0,0 +1,23 @@ +=== GCC on FreeBSD + +Links: + +link:https://gcc.gnu.org/[GCC Project] URL: link:https://gcc.gnu.org/[] + +link:https://gcc.gnu.org/gcc-11/[GCC 11 release series] URL: link:https://gcc.gnu.org/gcc-11/[] + +link:https://gcc.gnu.org/gcc-12/[GCC 12 release series] URL: link:https://gcc.gnu.org/gcc-12/[] + +link:https://gcc.gnu.org/gcc-13/[GCC 13 release series] URL: link:https://gcc.gnu.org/gcc-13/[] + +link:https://gcc.gnu.org/gcc-14/[GCC 14 release series] URL: link:https://gcc.gnu.org/gcc-14/[] + + +Contact: Lorenzo Salvadore <salvadore@FreeBSD.org> + +This quarter the main news is about the new GCC releases: + +* package:lang/gcc11[] has been updated to 11.5.0, which is the last GCC 11 planned released; +* package:lang/gcc12[] has been updated to 12.4.0; +* package:lang/gcc13[] has been updated to 13.3.0; +* package:lang/gcc14[] has been updated to 14.2.0. + +The link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281091[exp-run] to update GCC default version from 13 to 14 has started. +As usual, thanks to everyone involved. + +If you maintain any of the affected ports or want to give a hand preparing and testing some patches, please consider trying adding `-fpermissive` to `CFLAGS` in affected ports: GCC 14 has transformed some warnings into errors, which is the cause of many of the failed builds. +The `-fpermissive` flag switches those errors back to warnings.