[Bug libfortran/67140] undefined reference to _gfortran_mvbits_i16
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 10 21:40:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67140
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Steve Kargl from comment #8)
> Sorry about that. Can you tst this diff?
>
> Index: intrinsics/mvbits.c
> ===================================================================
> --- intrinsics/mvbits.c (revision 226764)
> +++ intrinsics/mvbits.c (working copy)
> @@ -84,6 +84,7 @@ SUB_NAME (const TYPE *from, const int *f
> # undef TYPE
> # undef UTYPE
>
> +#if defined (HAVE_GFC_INTEGER_16)
> # define TYPE GFC_INTEGER_16
> # define UTYPE GFC_UINTEGER_16
> # define SUB_NAME mvbits_i16
> @@ -92,3 +93,4 @@ SUB_NAME (const TYPE *from, const int *f
> # undef TYPE
> # undef UTYPE
> #endif
> +#endif
It builds on x86.
More information about the Gcc-bugs
mailing list