https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
Arnaud Charlet changed:
What|Removed |Added
Target Milestone|--- |11.0
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #7 from simon at pushface dot org ---
I think we should close this: no such problem with GCC 11.2.0 on Darwin 21.4.0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
simon at pushface dot org changed:
What|Removed |Added
Known to fail||5.1.0, 5.2.0
--- Comment #6 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #4 from simon at pushface dot org ---
I think my use of --with-host-libstdcxx=-lstdc++ to avoid this problem came at
it from slightly the wrong angle.
It seems to me that it's more to do with -static-libgcc and the 4.9 change to
use t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #3 from simon at pushface dot org ---
Created attachment 34412
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34412&action=edit
Remove settings in gcc/ada/gcc-interface/Makefile.in (for Darwin)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #2 from simon at pushface dot org ---
I just built 4.9.1 on Mac OS X 10.9.5 (Darwin 13.4.0), Xcode 6.0.1.
This problem goes away if GCC is configured with
--with-host-libstdcxx=-lstdc++.
For reference, the configuration flags, as rep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61027
--- Comment #1 from simon at pushface dot org ---
Same problem with “gnatchop -h” (which, in this case, exits via an exception):
[...]
exception
when Types.Terminate_Program =>
null;
end Gnatchop;