Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jan 2023 00:36:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 266196] science/octopus: Fails to build with GCC 12: Fatal Error: Sorry, polymorphic arrays not yet supported for firstprivate compilation terminated.
Message-ID:  <bug-266196-37611-FrrfRHgMZI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266196-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266196-37611@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=3D266196

--- Comment #23 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D9b5f5ab8482f105311d01a32260ef32=
bba4a2628

commit 9b5f5ab8482f105311d01a32260ef32bba4a2628
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-01-09 00:32:48 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-01-09 00:34:15 +0000

    Mk/bsd.gcc.mk: Remove support for USE_GCC=3DX+

    At this point most ports that employ USE_GCC have the USE_GCC=3Dyes
    form, some have USE_GCC=3DX (where X is an older version of GCC than
    the current default), and none is left with USE_GCC=3DX+.

    To reduce complexity and since we are actively tracking upstream GCC
    with our default version, remove support for the USE_GCC=3DX+ form.

    This also derisks Mk/Uses/fortran.mk which aligns with USE_GCC after
    commit 4191c71fbd229e5a96382bc6fa271a1ce5668b0f. [1]

    PR:             266196 [1]

 Mk/bsd.gcc.mk | 32 +++++---------------------------
 1 file changed, 5 insertions(+), 27 deletions(-)

--=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-266196-37611-FrrfRHgMZI>