From nobody Wed Nov 16 21:43:38 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 4NCGky2DxFz4h5hr for ; Wed, 16 Nov 2022 21:43: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 4NCGky199Dz401K for ; Wed, 16 Nov 2022 21:43: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=1668635018; 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=p2P6yRsPCLvLjxPuwfDFemu6rLMwErLiJwpaJCPH4es=; b=u+Kqvuee/OBFgSVLJd4oH8SDfMAiXb0k42m8tY9bzgDYR4Y+vTkqAkS7I88YVEyHB/oc32 AEIccYK/c9GUjBhwgpjLaR8G72jJ4ehJgAaGXjPIfA9X+xz5q1WKAWM+4GCx8ZEf3MmYmY +588PRhZ6nKYe4rMANa6P7PVTr1CHlzSK3kVPA1bCLy6FYJcTg/rC2taWnTE+YIN7xa9HX RYgAmAZTvwtdL9TF7Mi0ZChMjZur0sIloB8KkjCbgJp/6oHD0mwwP/P8ZH9k/6efWIIqi7 klTKU1jki/GArlfHjQBSPzjvChjMfoMFoO0owdSen95bvpLTVWpUB7G4XcyJgg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1668635018; a=rsa-sha256; cv=none; b=kj6J8jj76Dq+f4DnWza97oAOxOsasB3Knk/69xoKXZEHHkAhCmde9j8ggnQ1D3DfxaRhUm s49xr7yKtas3uExQCJvH+7jZgapXxFVeauvPjn34eKLMdkaSCpTa4RhVVMQYmMKmb0Bssv 4HlHfbX8IU+KtC5HTLY1olD3eSh4ThfgGTksSQMaPU+dmsKTB4GeJzzAOFUCoSV49RO0TL F7B2hbIWWe4a2QLht+70sR3xpNP/FJdnb1QyvJoMW3IB1qfOy0UGtocnx4trWVDY9yNm5G W+uHypdgxy4cuoMqa8Mwb9XBirOfPbKqRWtxl94cLAk1wRZv1HBOdAbTf0Eajg== 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 4NCGky0FjCzHGj for ; Wed, 16 Nov 2022 21:43: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 2AGLhb6V071755 for ; Wed, 16 Nov 2022 21:43:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2AGLhbFn071754 for fortran@FreeBSD.org; Wed, 16 Nov 2022 21:43:37 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: Wed, 16 Nov 2022 21:43:38 +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: salvadore@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: bug_status resolution assigned_to 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 Lorenzo Salvadore changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED Assignee|thierry@FreeBSD.org |salvadore@freebsd.org --- Comment #22 from Lorenzo Salvadore --- Now we should be able to safely close this PR. Assign to myself as per triaging rules (assign to committer that committed = the fix). Thanks everyone for working on this. --=20 You are receiving this mail because: You are on the CC list for the bug.=