From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C17223840C25; Mon, 29 Jun 2020 20:00:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C17223840C25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593460840; bh=OL0tftRjffCJm8c+YICpKpjlb84++08j48sikp1tBLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o5XsSs5JQPMWnG0E1Bl0reKFIv66h+vLxSorvEtpC4ktDkIHIFn8r67z70Ih2npQz bUXhKofuj11rHtcOPq7pa9Rw+1waxYMRCqHyi6JJbVNXNFlSF6jeQ5AIkdZjhRmqQH tNhwwLZtIzU47VyXkKmjeCvMQ1sCZu8mSWaTwvbE= From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/95918] gfortran.dg/char4-subscript.f90 fails for BE architectures Date: Mon, 29 Jun 2020 20:00:40 +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: 10.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 20:00:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95918 --- Comment #12 from Thomas Koenig --- (In reply to David Edelsohn from comment #11) > With the patch the testcase succeeds on both powerpc-ibm-aix7.2.0.0 (big > endian) and powerpc64-linux (little endian) OK for master and gcc-10 then (unless you prefer to commit this as simple and obvious :-) Thanks!=