Date: Sat, 21 Oct 2023 12:56:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 274627] lang/gcc11: D compiler spits character 0xa5 is not a valid token Outside Unicode code space Message-ID: <bug-274627-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274627 Bug ID: 274627 Summary: lang/gcc11: D compiler spits character 0xa5 is not a valid token Outside Unicode code space Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: salvadore@freebsd.org Reporter: arrowd@FreeBSD.org Flags: maintainer-feedback?(salvadore@freebsd.org) Assignee: salvadore@freebsd.org Running echo a | /usr/local/libexec/gcc11/gcc/x86_64-portbld-freebsd15.0/11.3.0/d21= - -quiet -dumpdir a- -dumpbase - -mtune=3Dgeneric -march=3Dx86-64 -version -fsyntax-only -o /dev/null -v 1>/dev/null produces a ton of=20 <stdin>:2: error: Outside Unicode code space <stdin>:2: error: character 0xa5 is not a valid token errors. The lang/ldc fails due that because it runs echo "pragma(msg, int(__VERSION__));" | gdmd - -o- and takes "<stdin>" part as output. The problem can be seed on CURRENT and probably 14.0, but not on 13.2. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274627-7788>