From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1FC53383308E; Fri, 16 Dec 2022 07:57:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1FC53383308E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671177426; bh=/DVCX3ubTr5J8ZOCIrj0yWJGMmnJDLt2YEozLocMlVc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eAV9BWycMLfMbISv5vPhBn4EwWD8+1WQ/AuvCOokxm0qjcoAecULGhU5VgfH256aW xsuMJhl3sJLmcxMXuHnrUBuw7i5RQPP5n8t4iILR+63dhxKxsXKKx9/mgjhaBDGI/x wrao0iKO+Atx71JaHTm4Y/yeldfyqVt+uUJ9iuE0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/108056] [12/13 Regression] backward compatibility issue between 11 and 12 Date: Fri, 16 Dec 2022 07:57:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108056 --- Comment #17 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:18af26fc375398f0a7cd7bae5aabebd447f8c899 commit r13-4737-g18af26fc375398f0a7cd7bae5aabebd447f8c899 Author: Tobias Burnus Date: Fri Dec 16 08:56:03 2022 +0100 Remove libgomp/testsuite/libgomp.fortran/allocate-4.f90 [PR108056] Commit r13-4716-ge205ec03f0794aeac3e8a89e947c12624d5a274e accidentally included a testcase of another patch that is pending review: https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608401.html libgomp/ PR libfortran/108056 * testsuite/libgomp.fortran/allocate-4.f90: Remove accidentally added file.=