From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 334933833EB5; Sun, 11 Dec 2022 07:05:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 334933833EB5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670742314; bh=bnljrStt0HkemIy9o7bsHnbcqzapfJFHDpOl2kLhrpQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lft9z2powvQHSubz3ukWTWkzv7bR9Sh6tTjsBnokuCQzAID95TlyVoTTE71N93JeL ySnI30QC58iswlztGBS6jiMu6QGdcnEXHrkqnusN55WYKyrdknJxWXASgoaJuqV5IM LjrKULkYYrgc4Q+dMKjGLhHGg3VYaXa/GPsr2J0Q= From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/108056] backward compatibility issue between 11 and 12 Date: Sun, 11 Dec 2022 07:05:14 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #1 from kargl at gcc dot gnu.org --- If you compile with gfortran-11 and link with the library that comes with t= hat version of gfortran does it crash? If you compile with gfortran-12 and link with the library that comes with t= hat version of gfortran does it crash? Can you get an actual backtrace?=