[Bug 266196] science/octopus: Fails to build with GCC 12: Fatal Error: Sorry, polymorphic arrays not yet supported for firstprivate compilation terminated.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 09 Jan 2023 00:36:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266196

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=9b5f5ab8482f105311d01a32260ef32bba4a2628

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=X+

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

    To reduce complexity and since we are actively tracking upstream GCC
    with our default version, remove support for the USE_GCC=X+ 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(-)

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