Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2020 07:28:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246700] [exp-run] Update GCC_DEFAULT from 9 to 10
Message-ID:  <bug-246700-7788-hTQjckj3V1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246700-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246700-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=3D246700

--- Comment #33 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Sat Jul  4 07:27:41 UTC 2020
New revision: 541170
URL: https://svnweb.freebsd.org/changeset/ports/541170

Log:
  graphics/raster3d: Unbreak build with GCC 10

  render.f:971:28:

    971 |  BKGND(3) =3D iand(XBG,X'00FF')
        |                            1
  Error: Hexadecimal constant at (1) uses nonstandard X instead of Z [see
'-fno-allow-invalid-boz']
  render.f:972:28:

    972 |  BKGND(2) =3D iand(XBG,X'FF00')/256
        |                            1
  Error: Hexadecimal constant at (1) uses nonstandard X instead of Z [see
'-fno-allow-invalid-boz']
  render.f:973:28:

    973 |  BKGND(1) =3D iand(XBG,X'FF0000')/65536
        |                            1
  Error: Hexadecimal constant at (1) uses nonstandard X instead of Z [see
'-fno-allow-invalid-boz']

  Error: More actual than formal arguments in procedure call at (1)
  render.f:1079:22:

   1077 |       IERR =3D LOCAL(5, IBKGND(1), IBKGND(2), IBKGND(3))
        |                      2
   1078 |       IERR =3D LOCAL(1, NAX, NAY, OTMODE, QUALITY)
   1079 |       IERR =3D LOCAL(4, TITLE)
        |                      1
  Error: Type mismatch between actual argument at (1) and actual argument at
(2) (CHARACTER(132)/INTEGER(4)).
  render.f:4402:22:

   1077 |       IERR =3D LOCAL(5, IBKGND(1), IBKGND(2), IBKGND(3))
        |                      2
  ......
   4402 |  IERR =3D LOCAL(2, OUTBUF(K+1,1), OUTBUF(K+1,2), OUTBUF(K+1,3),
        |                      1
  Error: Type mismatch between actual argument at (1) and actual argument at
(2) (INTEGER(2)/INTEGER(4)).
  render.f:4430:13:

   4430 |       IERR =3D LOCAL(3)
        |             1
  Error: Missing actual argument for argument '_formal_4' at (1)

=20
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_=
18h04m44s/logs/errors/raster3d-3.0.3_7.log

  PR:           246700

Changes:
  head/graphics/raster3d/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-246700-7788-hTQjckj3V1>