From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26769 invoked by alias); 19 Dec 2014 16:01:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26135 invoked by uid 48); 19 Dec 2014 16:01:36 -0000 From: "roger.ferrer at bsc dot es" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64358] Wrong code for __int128 operations in powerpc64le Date: Fri, 19 Dec 2014 16:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: roger.ferrer at bsc dot es X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pthaugen 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: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-12/txt/msg02414.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64358 --- Comment #2 from Roger Ferrer Ibanez --- (In reply to Pat Haugen from comment #1) > This occurs on powerpc64 Big Endian too and is fixed by a patch I just > submitted yesterday. Talk about timing... Fantastic > > https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01585.html I applied the patch in my tree and it fixes this issue. Thanks a lot!