gcc/fortran/ PR target/19269 * iresolve.c (gfc_resolve_cshift, gfc_resolve_eoshift) (gfc_resolve_pack, gfc_resolve_reshape, gfc_resolve_spread) (gfc_resolve_transpose, gfc_resolve_unpack): Add "_char" to the name for character-based operations. (gfc_resolve_pack): Remove ATTRIBUTE_UNUSED from array argument. (gfc_resolve_unpack): Copy the whole typespec from the vector. * trans-array.c (gfc_conv_expr_descriptor): In the EXPR_FUNCTION case, get the string length from the scalarization state. libgfortran/ PR target/19269 * intrinsics/cshift0.c (cshift0): Add an extra size argument. (cshift0_1, cshift0_2, cshift0_4, cshift0_8): Replace explicit implementations with... (DEFINE_CSHIFT): ...this new macro. Define character versions too. * intrinsics/eoshift0.c (zeros): Delete. (eoshift0): Add extra size and filler arguments. Use memset if no bound is provided. (eoshift0_1, eoshift0_2, eoshift0_4, eoshift0_8): Replace explicit implementations with... (DEFINE_EOSHIFT): ...this new macro. Define character versions too. * intrinsics/eoshift2.c (zeros): Delete. (eoshift2): Add extra size and filler arguments. Use memset if no bound is provided. (eoshift2_1, eoshift2_2, eoshift2_4, eoshift2_8): Replace explicit implementations with... (DEFINE_EOSHIFT): ...this new macro. Define character versions too. * intrinsics/pack.c (pack_internal): New static function, reusing the contents of pack and adding an extra size argument. Change "mptr" rather than "m" when calculating the array size. (pack): Redefine as a forwarder to pack_internal. (pack_s_internal): New static function, reusing the contents of pack_s and adding an extra size argument. (pack_s): Redefine as a forwarder to pack_s_internal. (pack_char, pack_s_char): New functions. * intrinsics/reshape.c (reshape_internal): New static function, reusing the contents of reshape and adding an extra size argument. (reshape): Redefine as a forwarder to reshape_internal. (reshape_char): New function. * intrinsics/spread.c (spread_internal): New static function, reusing the contents of spread and adding an extra size argument. (spread): Redefine as a forwarder to spread_internal. (spread_char): New function. * intrinsics/transpose.c (transpose_internal): New static function, reusing the contents of transpose and adding an extra size argument. (transpose): Redefine as a forwarder to transpose_internal. (transpose_char): New function. * intrinsics/unpack.c (unpack_internal): New static function, reusing the contents of unpack1 and adding extra size and fsize arguments. (unpack1): Redefine as a forwarder to unpack_internal. (unpack0): Call unpack_internal instead of unpack1. (unpack1_char, unpack0_char): New functions. * m4/cshift1.m4 (cshift1): New static function, reusing the contents of cshift1_<kind> and adding an extra size argument. (cshift1_<kind>): Redefine as a forwarder to cshift1. (cshift1_<kind>_char): New function. * m4/eoshift1.m4 (zeros): Delete. (eoshift1): New static function, reusing the contents of eoshift1_<kind> and adding extra size and filler arguments. Fix calculation of hstride. Use memset if no bound is provided. (eoshift1_<kind>): Redefine as a forwarder to eoshift1. (eoshift1_<kind>_char): New function. * m4/eoshift3.m4 (zeros): Delete. (eoshift3): New static function, reusing the contents of eoshift3_<kind> and adding extra size and filler arguments. Use memset if no bound is provided. (eoshift3_<kind>): Redefine as a forwarder to eoshift3. (eoshift3_<kind>_char): New function. * generated/cshift1_4.c, generated/cshift1_8.c, * generated/eoshift1_4.c, generated/eoshift1_8.c, * generated/eoshift3_4.c, generated/eoshift3_8.c: Regenerate. From-SVN: r104217
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
_abs_c4.f90 | Loading commit data... | |
_abs_c8.f90 | Loading commit data... | |
_abs_i4.f90 | Loading commit data... | |
_abs_i8.f90 | Loading commit data... | |
_abs_r4.f90 | Loading commit data... | |
_abs_r8.f90 | Loading commit data... | |
_acos_r4.f90 | Loading commit data... | |
_acos_r8.f90 | Loading commit data... | |
_aint_r4.f90 | Loading commit data... | |
_aint_r8.f90 | Loading commit data... | |
_anint_r4.f90 | Loading commit data... | |
_anint_r8.f90 | Loading commit data... | |
_asin_r4.f90 | Loading commit data... | |
_asin_r8.f90 | Loading commit data... | |
_atan2_r4.f90 | Loading commit data... | |
_atan2_r8.f90 | Loading commit data... | |
_atan_r4.f90 | Loading commit data... | |
_atan_r8.f90 | Loading commit data... | |
_conjg_c4.f90 | Loading commit data... | |
_conjg_c8.f90 | Loading commit data... | |
_cos_c4.f90 | Loading commit data... | |
_cos_c8.f90 | Loading commit data... | |
_cos_r4.f90 | Loading commit data... | |
_cos_r8.f90 | Loading commit data... | |
_cosh_r4.f90 | Loading commit data... | |
_cosh_r8.f90 | Loading commit data... | |
_dim_i4.f90 | Loading commit data... | |
_dim_i8.f90 | Loading commit data... | |
_dim_r4.f90 | Loading commit data... | |
_dim_r8.f90 | Loading commit data... | |
_exp_c4.f90 | Loading commit data... | |
_exp_c8.f90 | Loading commit data... | |
_exp_r4.f90 | Loading commit data... | |
_exp_r8.f90 | Loading commit data... | |
_log10_r4.f90 | Loading commit data... | |
_log10_r8.f90 | Loading commit data... | |
_log_c4.f90 | Loading commit data... | |
_log_c8.f90 | Loading commit data... | |
_log_r4.f90 | Loading commit data... | |
_log_r8.f90 | Loading commit data... | |
_mod_i4.f90 | Loading commit data... | |
_mod_i8.f90 | Loading commit data... | |
_mod_r4.f90 | Loading commit data... | |
_mod_r8.f90 | Loading commit data... | |
_sign_i4.f90 | Loading commit data... | |
_sign_i8.f90 | Loading commit data... | |
_sign_r4.f90 | Loading commit data... | |
_sign_r8.f90 | Loading commit data... | |
_sin_c4.f90 | Loading commit data... | |
_sin_c8.f90 | Loading commit data... | |
_sin_r4.f90 | Loading commit data... | |
_sin_r8.f90 | Loading commit data... | |
_sinh_r4.f90 | Loading commit data... | |
_sinh_r8.f90 | Loading commit data... | |
_sqrt_c4.f90 | Loading commit data... | |
_sqrt_c8.f90 | Loading commit data... | |
_sqrt_r4.f90 | Loading commit data... | |
_sqrt_r8.f90 | Loading commit data... | |
_tan_r4.f90 | Loading commit data... | |
_tan_r8.f90 | Loading commit data... | |
_tanh_r4.f90 | Loading commit data... | |
_tanh_r8.f90 | Loading commit data... | |
all_l4.c | Loading commit data... | |
all_l8.c | Loading commit data... | |
any_l4.c | Loading commit data... | |
any_l8.c | Loading commit data... | |
count_4_l4.c | Loading commit data... | |
count_4_l8.c | Loading commit data... | |
count_8_l4.c | Loading commit data... | |
count_8_l8.c | Loading commit data... | |
cshift1_4.c | Loading commit data... | |
cshift1_8.c | Loading commit data... | |
dotprod_c4.c | Loading commit data... | |
dotprod_c8.c | Loading commit data... | |
dotprod_i4.c | Loading commit data... | |
dotprod_i8.c | Loading commit data... | |
dotprod_l4.c | Loading commit data... | |
dotprod_l8.c | Loading commit data... | |
dotprod_r4.c | Loading commit data... | |
dotprod_r8.c | Loading commit data... | |
eoshift1_4.c | Loading commit data... | |
eoshift1_8.c | Loading commit data... | |
eoshift3_4.c | Loading commit data... | |
eoshift3_8.c | Loading commit data... | |
exp_c4.c | Loading commit data... | |
exp_c8.c | Loading commit data... | |
exponent_r4.c | Loading commit data... | |
exponent_r8.c | Loading commit data... | |
fraction_r4.c | Loading commit data... | |
fraction_r8.c | Loading commit data... | |
hyp_c4.c | Loading commit data... | |
hyp_c8.c | Loading commit data... | |
in_pack_c4.c | Loading commit data... | |
in_pack_c8.c | Loading commit data... | |
in_pack_i4.c | Loading commit data... | |
in_pack_i8.c | Loading commit data... | |
in_unpack_c4.c | Loading commit data... | |
in_unpack_c8.c | Loading commit data... | |
in_unpack_i4.c | Loading commit data... | |
in_unpack_i8.c | Loading commit data... | |
matmul_c4.c | Loading commit data... | |
matmul_c8.c | Loading commit data... | |
matmul_i4.c | Loading commit data... | |
matmul_i8.c | Loading commit data... | |
matmul_l4.c | Loading commit data... | |
matmul_l8.c | Loading commit data... | |
matmul_r4.c | Loading commit data... | |
matmul_r8.c | Loading commit data... | |
maxloc0_4_i4.c | Loading commit data... | |
maxloc0_4_i8.c | Loading commit data... | |
maxloc0_4_r4.c | Loading commit data... | |
maxloc0_4_r8.c | Loading commit data... | |
maxloc0_8_i4.c | Loading commit data... | |
maxloc0_8_i8.c | Loading commit data... | |
maxloc0_8_r4.c | Loading commit data... | |
maxloc0_8_r8.c | Loading commit data... | |
maxloc1_4_i4.c | Loading commit data... | |
maxloc1_4_i8.c | Loading commit data... | |
maxloc1_4_r4.c | Loading commit data... | |
maxloc1_4_r8.c | Loading commit data... | |
maxloc1_8_i4.c | Loading commit data... | |
maxloc1_8_i8.c | Loading commit data... | |
maxloc1_8_r4.c | Loading commit data... | |
maxloc1_8_r8.c | Loading commit data... | |
maxval_i4.c | Loading commit data... | |
maxval_i8.c | Loading commit data... | |
maxval_r4.c | Loading commit data... | |
maxval_r8.c | Loading commit data... | |
minloc0_4_i4.c | Loading commit data... | |
minloc0_4_i8.c | Loading commit data... | |
minloc0_4_r4.c | Loading commit data... | |
minloc0_4_r8.c | Loading commit data... | |
minloc0_8_i4.c | Loading commit data... | |
minloc0_8_i8.c | Loading commit data... | |
minloc0_8_r4.c | Loading commit data... | |
minloc0_8_r8.c | Loading commit data... | |
minloc1_4_i4.c | Loading commit data... | |
minloc1_4_i8.c | Loading commit data... | |
minloc1_4_r4.c | Loading commit data... | |
minloc1_4_r8.c | Loading commit data... | |
minloc1_8_i4.c | Loading commit data... | |
minloc1_8_i8.c | Loading commit data... | |
minloc1_8_r4.c | Loading commit data... | |
minloc1_8_r8.c | Loading commit data... | |
minval_i4.c | Loading commit data... | |
minval_i8.c | Loading commit data... | |
minval_r4.c | Loading commit data... | |
minval_r8.c | Loading commit data... | |
nearest_r4.c | Loading commit data... | |
nearest_r8.c | Loading commit data... | |
pow_c4_i4.c | Loading commit data... | |
pow_c4_i8.c | Loading commit data... | |
pow_c8_i4.c | Loading commit data... | |
pow_c8_i8.c | Loading commit data... | |
pow_i4_i4.c | Loading commit data... | |
pow_i4_i8.c | Loading commit data... | |
pow_i8_i4.c | Loading commit data... | |
pow_i8_i8.c | Loading commit data... | |
pow_r4_i4.c | Loading commit data... | |
pow_r4_i8.c | Loading commit data... | |
pow_r8_i4.c | Loading commit data... | |
pow_r8_i8.c | Loading commit data... | |
product_c4.c | Loading commit data... | |
product_c8.c | Loading commit data... | |
product_i4.c | Loading commit data... | |
product_i8.c | Loading commit data... | |
product_r4.c | Loading commit data... | |
product_r8.c | Loading commit data... | |
reshape_c4.c | Loading commit data... | |
reshape_c8.c | Loading commit data... | |
reshape_i4.c | Loading commit data... | |
reshape_i8.c | Loading commit data... | |
set_exponent_r4.c | Loading commit data... | |
set_exponent_r8.c | Loading commit data... | |
shape_i4.c | Loading commit data... | |
shape_i8.c | Loading commit data... | |
sum_c4.c | Loading commit data... | |
sum_c8.c | Loading commit data... | |
sum_i4.c | Loading commit data... | |
sum_i8.c | Loading commit data... | |
sum_r4.c | Loading commit data... | |
sum_r8.c | Loading commit data... | |
transpose_c4.c | Loading commit data... | |
transpose_c8.c | Loading commit data... | |
transpose_i4.c | Loading commit data... | |
transpose_i8.c | Loading commit data... | |
trig_c4.c | Loading commit data... | |
trig_c8.c | Loading commit data... |