gcc/libgfortran/m4
Harald Anlauf 8eeeecbcc1 PR fortran/96890 - Wrong answer with intrinsic IALL
The IALL intrinsic would always return 0 when the DIM and MASK arguments
were present since the initial value of repeated BIT-AND operations was
set to 0 instead of -1.

libgfortran/ChangeLog:

	* m4/iall.m4: Initial value for result should be -1.
	* generated/iall_i1.c (miall_i1): Generated.
	* generated/iall_i16.c (miall_i16): Likewise.
	* generated/iall_i2.c (miall_i2): Likewise.
	* generated/iall_i4.c (miall_i4): Likewise.
	* generated/iall_i8.c (miall_i8): Likewise.

gcc/testsuite/ChangeLog:

	* gfortran.dg/iall_masked.f90: New test.
2020-09-03 20:33:14 +02:00
..
all.m4
any.m4
bessel.m4
count.m4
cshift0.m4
cshift1.m4
cshift1a.m4
eoshift1.m4
eoshift3.m4
findloc0.m4
findloc0s.m4
findloc1.m4
findloc1s.m4
findloc2s.m4
head.m4
iall.m4 PR fortran/96890 - Wrong answer with intrinsic IALL 2020-09-03 20:33:14 +02:00
iany.m4
ifindloc0.m4
ifindloc1.m4
ifindloc2.m4
iforeach-s.m4
iforeach-s2.m4
iforeach.m4
ifunction-s.m4
ifunction-s2.m4
ifunction.m4
ifunction_logical.m4
in_pack.m4
in_unpack.m4
iparity.m4
iparm.m4
matmul.m4
matmul_internal.m4
matmulavx128.m4
matmull.m4
maxloc0.m4
maxloc0s.m4
maxloc1.m4
maxloc1s.m4
maxloc2s.m4
maxval.m4
maxval0s.m4
maxval1s.m4
minloc0.m4
minloc0s.m4
minloc1.m4
minloc1s.m4
minloc2s.m4
minval.m4
minval0s.m4
minval1s.m4
misc_specifics.m4
mtype.m4
norm2.m4
pack.m4
parity.m4
pow.m4
product.m4
reshape.m4
shape.m4
specific.m4
specific2.m4
spread.m4
sum.m4
types.m4
unpack.m4