gcc/libgfortran/m4
Thomas Koenig ed33417a64 re PR fortran/37802 (Improve wording for matmul bound checking)
2018-09-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/37802
	* frontend-passes.c (B_ERROR): New macro for matmul bounds
	checking error messages.
	(C_ERROR): Likewise.
	(inline_matmul_assign): Reorganize bounds checking, use B_ERROR
	and C_ERROR macros.

2018-09-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/37802
	* gfortran.dg/matmul_bounds_13.f90: New test case.
	* gfortran.dg/inline_matmul_15.f90:  Adjust test for runtime
	error.
	* gfortran.dg/matmul_5.f90: Likewise.
	* gfortran.dg/matmul_bounds_10.f90: Likewise.
	* gfortran.dg/matmul_bounds_11.f90: Likewise.
	* gfortran.dg/matmul_bounds_2.f90: Likewise.
	* gfortran.dg/matmul_bounds_4.f90: Likewise.
	* gfortran.dg/matmul_bounds_5.f90: Likewise.

2018-09-16  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/37802
	* m4/matmul_internal.m4: Adjust error messages.
        * generated/matmul_c10.c: Regenerated.
        * generated/matmul_c16.c: Regenerated.
        * generated/matmul_c4.c: Regenerated.
        * generated/matmul_c8.c: Regenerated.
        * generated/matmul_i1.c: Regenerated.
        * generated/matmul_i16.c: Regenerated.
        * generated/matmul_i2.c: Regenerated.
        * generated/matmul_i4.c: Regenerated.
        * generated/matmul_i8.c: Regenerated.
        * generated/matmul_r10.c: Regenerated.
        * generated/matmul_r16.c: Regenerated.
        * generated/matmul_r4.c: Regenerated.
        * generated/matmul_r8.c: Regenerated.
        * generated/matmulavx128_c10.c: Regenerated.
        * generated/matmulavx128_c16.c: Regenerated.
        * generated/matmulavx128_c4.c: Regenerated.
        * generated/matmulavx128_c8.c: Regenerated.
        * generated/matmulavx128_i1.c: Regenerated.
        * generated/matmulavx128_i16.c: Regenerated.
        * generated/matmulavx128_i2.c: Regenerated.
        * generated/matmulavx128_i4.c: Regenerated.
        * generated/matmulavx128_i8.c: Regenerated.
        * generated/matmulavx128_r10.c: Regenerated.
        * generated/matmulavx128_r16.c: Regenerated.
        * generated/matmulavx128_r4.c: Regenerated.
        * generated/matmulavx128_r8.c: Regenerated.

From-SVN: r264349
2018-09-16 19:37:44 +00:00
..
all.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
any.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
bessel.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
count.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
cshift0.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
cshift1.m4 Use pointer sized array indices. 2018-01-31 16:16:22 +02:00
cshift1a.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
eoshift1.m4 Use pointer sized array indices. 2018-01-31 16:16:22 +02:00
eoshift3.m4 Use pointer sized array indices. 2018-01-31 16:16:22 +02:00
head.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
iall.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
iany.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
iforeach-s.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
iforeach-s2.m4 re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) 2017-12-03 20:14:05 +00:00
iforeach.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
ifunction-s.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
ifunction-s2.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
ifunction.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
ifunction_logical.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
in_pack.m4 Use pointer sized array indices. 2018-01-31 16:16:22 +02:00
in_unpack.m4 Use pointer sized array indices. 2018-01-31 16:16:22 +02:00
iparity.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
iparm.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-01-15 18:35:13 +00:00
matmul.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
matmul_internal.m4 re PR fortran/37802 (Improve wording for matmul bound checking) 2018-09-16 19:37:44 +00:00
matmulavx128.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
matmull.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
maxloc0.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
maxloc0s.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
maxloc1.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
maxloc1s.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
maxloc2s.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
maxval.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
maxval0s.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
maxval1s.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
minloc0.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
minloc0s.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
minloc1.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
minloc1s.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
minloc2s.m4 re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-05-08 07:47:19 +00:00
minval.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
minval0s.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
minval1s.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
misc_specifics.m4
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. 2018-01-03 11:03:58 +01:00
pack.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
parity.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
pow.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
product.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
reshape.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
shape.m4 Use pointer sized array indices. 2018-01-31 16:16:22 +02:00
specific.m4
specific2.m4
spread.m4 re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarray") 2018-06-01 20:20:35 +00:00
sum.m4 Update copyright years. 2018-01-03 11:03:58 +01:00
types.m4
unpack.m4 Update copyright years. 2018-01-03 11:03:58 +01:00