Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jul 2019 08:06:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238330] [exp-run] Update GCC_DEFAULT from 8 to 9
Message-ID:  <bug-238330-7788-3jfGkNNZom@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238330-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238330-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238330

--- Comment #20 from commit-hook@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 |=3D 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 |=3D 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 |=3D 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 |=3D 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 |=3D ppc_fpu_pack_double(D, gCPU.fpr[frD]);
        |                                       ~~~~~~~~~~~~^
  [...]

=20
http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m2=
2s/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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238330-7788-3jfGkNNZom>