From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D62FD3858D1E; Mon, 26 Jun 2023 20:03:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D62FD3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687809812; bh=5ehhdHsVSKB0p/8t3lXnhQvmXodhU8fjxGW9Jtkk68E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oHXfmacnO3uXJ427qeb6RwCeV6Q1SGe47NsDssAyQnywyWOnlEqvU2pjAqjSPJrQU JV6GcGTqR29yy9RI224eclXy0AIpiv3YUIfFQfHuo+LMJG1sEvcVp5MFNreXvYPyGh 711Tk24zasedQKEAOrnh1+/pDz2G+RAV4zci2ADw= From: "mikael at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110360] ABI issue with character,value dummy argument Date: Mon, 26 Jun 2023 20:03:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mikael at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D110360 --- Comment #15 from Mikael Morin --- (In reply to anlauf from comment #14)>=20 > Let's hope that somebody with access to such a system can run the testcase > manually and append the output to this PR. I have asked for an account on the compile farm (see https://gcc.gnu.org/wiki/CompileFarm) to have access to a powerpc machine. You may want to do the same, can prove handy sometimes. I'll investigate tomorrow and post the missing information here.=