diff mbox series

[pushed] doc: Describe limitations re Ada, D, and Go on FreeBSD

Message ID 20240501225356.759BE33EB9@hamza.pair.com
State New
Headers show
Series [pushed] doc: Describe limitations re Ada, D, and Go on FreeBSD | expand

Commit Message

Gerald Pfeifer May 1, 2024, 10:53 p.m. UTC
This should address the majority of issues left from Rainer's report 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112959 .  I pushed this 
for now.

Rainer, thank you very much for your report and all the details. I am 
sorry our documentation was not up-to-date.

It would be great could you have a look at what is in install.texi now and 
advise whether that covers things properly. And any suggestions on how to 
improve.

Gerald


gcc:
	PR target/69374
	PR target/112959
	* doc/install.texi (Specific) <*-*-freebsd*>: The Ada and D
	run-time libraries are broken on i386 which also can affect
	64-bit builds. Go is broken.
---
 gcc/doc/install.texi | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b1d28dcb03b..9f2e427be68 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -4099,6 +4099,14 @@  version found in the @file{devel/binutils} port. This also has been
 known to enable additional features and improve overall testsuite
 results.
 
+@c Bugs 112958 and 112957
+Ada and D (or rather their respective libraries) are broken on
+FreeBSD/i386. This also affects building 32-bit libraries on
+FreeBSD/amd64, so configure with @option{--disable-multilib}
+there in case you are building one of these front ends.
+
+Go (or rather libgo) is generally broken on FreeBSD.
+
 @html
 <hr />
 @end html