From nobody Sat Nov 19 17:27:37 2022 X-Original-To: fortran@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NF0wB4r66z4hPWr for ; Sat, 19 Nov 2022 17:27:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NF0wB2QRgz42HB for ; Sat, 19 Nov 2022 17:27:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1668878858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IFLuXR6Rbe3YrTpQ95Qc3837ENQwOBL0hhhONuu0RTg=; b=B5br9mwrcDRq3LCnHzcLClcp+WRtHSTXG0owH+4CnMx0dRfdnIVL5Ci0wI1wOfJ5wjKF7E MaHosqFxQVFlxDcJNVvVXX69AcvvCS6lZ/Xjovfhm5klpm/afJFHGF36TNzEPNg+v48+6C 89WmT/l4h1q7zrjBIjjpC+WdviedQKi3pPF6CPNZsXrD1QJzUBhGZz6EfZcurY5OhVPMV+ lkXJU1aDEzLIKGZGmo2ba3KG9AbLw4O4lRU/jx/jm2nwI2FCaNgfFCCCHvBK6ZICDUEB1t T3NNx640+h2b0UWdmuIKEk9BLr8Q4qBE5nB7iT8pJ2sToDXI7NR3N4ltI6NJOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668878858; a=rsa-sha256; cv=none; b=DdOfRQSgrIKndlawJnX7zR5QgKiL7jKOmtQ5mmxrWHsAouBjt34YJ08qdkJVU/ojNg0L0r lKJFyLu6nrdvbqcgIjM5uUrUSYJlS76U1Cf9BKW/Nqh9eo7Ep9JyszQTVS7XT7J1PWIGNR yP/ACYlMObTYAY/pGyaYW+dnSiLu8l526N8QkVxRswxW7iWPnkWe/FF1SJoLB6Ez7OkTK5 ++RXugFS4s0aTiVkPXzJKeir35X2MO77NQoU3U3C6Kk7z0ZH6XxQkBW5crPIDUiUHdtrpq JajG/87cunTuUn8FuZafs76068JQBJrFcHMUOR7wPn5m+MnpiDrrl36VS+V2TA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4NF0wB1D4QztPm for ; Sat, 19 Nov 2022 17:27:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 2AJHRcPQ081129 for ; Sat, 19 Nov 2022 17:27:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2AJHRcus081128 for fortran@FreeBSD.org; Sat, 19 Nov 2022 17:27:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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. Date: Sat, 19 Nov 2022 17:27:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: salvadore@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Fortran on FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-fortran List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fortran@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266196 Thierry Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 511 | |69 --=20 You are receiving this mail because: You are on the CC list for the bug.=