re PR libfortran/67140 (undefined reference to _gfortran_mvbits_i16)
2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org> PR libfortran/67140 * intrinsics/mvbits.c: Fix build for paltforms without c_int128_t. From-SVN: r226769
This commit is contained in:
parent
736e56dac0
commit
50060d9a03
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
PR libfortran/67140
|
||||
* intrinsics/mvbits.c: Fix build for paltforms without c_int128_t.
|
||||
|
||||
2015-08-10 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
PR libfortran/67140
|
||||
|
|
|
@ -84,6 +84,7 @@ SUB_NAME (const TYPE *from, const int *frompos, const int *len, TYPE *to,
|
|||
# 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 *frompos, const int *len, TYPE *to,
|
|||
# undef TYPE
|
||||
# undef UTYPE
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue