gcc/libgfortran/m4
Janne Blomqvist 97e1c8786b PR 36313 Replace int with gfc_charlen_type, take 3
Still some prototypes that didn't match the implementation.

2017-11-24  Janne Blomqvist  <jb@gcc.gnu.org>
        PR fortran/36313
        * m4/maxloc2s.m4: Replace int with gfc_charlen_type, take 3.
        * m4/minloc2s.m4: Likewise.
        * generated/maxloc2_16_s1.c: Regenerated.
        * generated/maxloc2_16_s4.c: Regenerated.
        * generated/maxloc2_4_s1.c: Regenerated.
        * generated/maxloc2_4_s4.c: Regenerated.
        * generated/maxloc2_8_s1.c: Regenerated.
        * generated/maxloc2_8_s4.c: Regenerated.
        * generated/minloc2_16_s1.c: Regenerated.
        * generated/minloc2_16_s4.c: Regenerated.
        * generated/minloc2_4_s1.c: Regenerated.
        * generated/minloc2_4_s4.c: Regenerated.
        * generated/minloc2_8_s1.c: Regenerated.
        * generated/minloc2_8_s4.c: Regenerated.

From-SVN: r255135
2017-11-24 10:51:15 +02:00
..
all.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
any.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
bessel.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
count.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
cshift0.m4 re PR fortran/52473 (CSHIFT slow - inline it?) 2017-06-18 18:04:19 +00:00
cshift1.m4 re PR fortran/52473 (CSHIFT slow - inline it?) 2017-06-24 07:07:56 +00:00
cshift1a.m4 re PR fortran/52473 (CSHIFT slow - inline it?) 2017-06-24 07:07:56 +00:00
eoshift1.m4 eoshift2.c (eoshift2): Use memcpy for innermost copy where possible. 2017-07-09 19:09:33 +00:00
eoshift3.m4 eoshift2.c (eoshift2): Use memcpy for innermost copy where possible. 2017-07-09 19:09:33 +00:00
head.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
iall.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
iany.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
iforeach-s.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
iforeach.m4 re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstrap-O3) 2017-03-10 19:42:46 +00:00
ifunction-s.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
ifunction.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
ifunction_logical.m4 re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstrap-O3) 2017-03-10 19:42:46 +00:00
in_pack.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
in_unpack.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
iparity.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
iparm.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
matmul.m4 re PR libfortran/78379 (Processor-specific versions for matmul) 2017-05-25 21:51:27 +00:00
matmul_internal.m4 re PR fortran/80975 (matmul for zero-length arrays) 2017-06-06 19:18:37 +00:00
matmulavx128.m4 re PR libfortran/78379 (Processor-specific versions for matmul) 2017-05-25 21:51:27 +00:00
matmull.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
maxloc0.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
maxloc0s.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
maxloc1.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
maxloc1s.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
maxloc2s.m4 PR 36313 Replace int with gfc_charlen_type, take 3 2017-11-24 10:51:15 +02:00
maxval.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
minloc0.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
minloc0s.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
minloc1.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
minloc1s.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-11-22 18:08:07 +00:00
minloc2s.m4 PR 36313 Replace int with gfc_charlen_type, take 3 2017-11-24 10:51:15 +02:00
minval.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
misc_specifics.m4 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
mtype.m4 re PR fortran/32049 (Support on x86_64 also kind=16) 2010-11-16 22:23:19 +01:00
norm2.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
pack.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
parity.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
pow.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
product.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
reshape.m4 re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstrap-O3) 2017-03-17 21:27:08 +00:00
shape.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
specific.m4 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
specific2.m4 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
spread.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
sum.m4 Update copyright years. 2017-01-01 13:07:43 +01:00
types.m4
unpack.m4 Update copyright years. 2017-01-01 13:07:43 +01:00