From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20890 invoked by alias); 16 Jan 2015 15:58:50 -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 20846 invoked by uid 48); 16 Jan 2015 15:58:44 -0000 From: "ramana at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/63250] Complex fp16 arithmetic uses nonexistent libgcc functions Date: Fri, 16 Jan 2015 15:58: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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ramana at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_status cf_reconfirmed_on cc everconfirmed 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: 2015-01/txt/msg01544.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63250 Ramana Radhakrishnan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-01-16 CC| |ramana at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Ramana Radhakrishnan --- (In reply to Joseph S. Myers from comment #1) > Author: jsm28 > Date: Tue Sep 23 00:48:46 2014 > New Revision: 215491 > > URL: https://gcc.gnu.org/viewcvs?rev=215491&root=gcc&view=rev > Log: > Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro. > > This patch removes the target macro LIBGCC2_LONG_DOUBLE_TYPE_SIZE. Joseph, how does this patch go towards "fixing" this issue as it doesn't even touch the ARM backend ? Confirming the bug though as I do see the calls to __mulhc3 as expected even today on trunk.