[Bug 238330] [exp-run] Update GCC_DEFAULT from 8 to 9
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 1 08:06:25 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238330
--- Comment #20 from commit-hook at freebsd.org ---
A commit references this bug:
Author: tobik
Date: Mon Jul 1 08:05:49 UTC 2019
New revision: 505552
URL: https://svnweb.freebsd.org/changeset/ports/505552
Log:
emulators/pearpc: Lock to GCC 8
It does not build with GCC 9:
ppc_fpu.cc: In function 'void ppc_opc_faddx()':
ppc_fpu.cc:1017:51: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1017 | gCPU.fpscr |= ppc_fpu_pack_double(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_faddsx()':
ppc_fpu.cc:1056:61: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1056 | gCPU.fpscr |= ppc_fpu_pack_double_as_single(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_fdivx()':
ppc_fpu.cc:1272:51: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1272 | gCPU.fpscr |= ppc_fpu_pack_double(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_fdivsx()':
ppc_fpu.cc:1318:61: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1318 | gCPU.fpscr |= ppc_fpu_pack_double_as_single(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
ppc_fpu.cc: In function 'void ppc_opc_fmaddx()':
ppc_fpu.cc:1342:51: error: cannot bind packed field
'gCPU.PPC_CPU_State::fpr[frD]' to 'uint64&' {aka 'long long unsigned int&'}
1342 | gCPU.fpscr |= ppc_fpu_pack_double(D, gCPU.fpr[frD]);
| ~~~~~~~~~~~~^
[...]
http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m22s/logs/errors/pearpc-0.5_8.log
This does not seem trivial to fix and there is no active upstream
to report this to. Put an expiration date on the port too.
PR: 238330
Changes:
head/emulators/pearpc/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list