CVSROOT: /cvs Module name: ports Changes by: v...@cvs.openbsd.org 2025/09/18 09:54:09
Modified files: lang/gcc/11 : Makefile lang/gcc/11/patches: patch-gcc_ada_Makefile_rtl Log message: lang/gcc/11: Unbreak on mips64 Unbreak lang/gcc/11 build on mips64. The indicated internal compiler error does not happen with GCC 11.2.0. Ada build needs a fix, adapted from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97504 . a-nallfl.ads:48:13: warning: intrinsic binding type mismatch on return value a-nallfl.ads:48:13: warning: intrinsic binding type mismatch on argument 1 a-nallfl.ads:48:13: warning: profile of "Sin" doesn't match the builtin it binds OK sthen@, pascal@ (maintainer)