git: a178b4651d - main - Status/2023Q3/gcc.adoc: Add report

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Thu, 05 Oct 2023 11:56:29 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a178b4651da83b791338f12ea2155c749e5311dd

commit a178b4651da83b791338f12ea2155c749e5311dd
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-09-28 16:07:48 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-10-05 11:54:46 +0000

    Status/2023Q3/gcc.adoc: Add report
    
    Reviewed by:    bcr
    Differential Revision: https://reviews.freebsd.org/D42012
---
 .../en/status/report-2023-07-2023-09/gcc.adoc      | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/website/content/en/status/report-2023-07-2023-09/gcc.adoc b/website/content/en/status/report-2023-07-2023-09/gcc.adoc
new file mode 100644
index 0000000000..294ee7a870
--- /dev/null
+++ b/website/content/en/status/report-2023-07-2023-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-10/[GCC 10 release series] URL: link:https://gcc.gnu.org/gcc-10/[] +
+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/[]
+
+Contact: Lorenzo Salvadore <salvadore@FreeBSD.org>
+
+The process to update GCC default version to GCC 13 has started with an link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273397[exp-run]. Thanks to mailto:antoine@FreeBSD.org[Antoine Brodin] who ran the exp-run and to all other developers and ports maintainers involved.
+
+The same exp-run contains additional patches as anticipated in last quarterly status report.
+In particular, it contains patches to update
+* package:lang/gcc11[] to version 11.4.0;
+* package:lang/gcc12[] to version 12.3.0;
+* package:lang/gcc13[] to version 13.2.0.
+The reader might remember that I had planned to update GCC default version to GCC 13 as soon as 13.1.0 was out, but as it can be noted the GCC developers were faster to release 13.2.0 than I was working on the GCC ports.
+
+Most of the bugs reported in the exp-run are due to the same error: `error: expected identifier before '__is_convertible'`.
+It seems that the issue is an incompatibility between FreeBSD 12's libcxx and GCC 13 headers.
+Please check the link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273397[discussion in the exp-run] for more information and to provide your feedback.