This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/63250] Complex fp16 arithmetic uses nonexistent libgcc functions
- From: "ramana at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 16 Jan 2015 15:58:41 +0000
- Subject: [Bug target/63250] Complex fp16 arithmetic uses nonexistent libgcc functions
- Auto-submitted: auto-generated
- References: <bug-63250-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63250
Ramana Radhakrishnan <ramana at gcc dot gnu.org> 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 <ramana at gcc dot gnu.org> ---
(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.