[Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes

2006-02-04 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-02-04 22:04 --- This is now caught on trunk, since revision 110453 (I had overlooked this PR when fixing this). Thomas -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes

2006-02-04 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-04 22:06 --- Just for the record the error message is: In file t.f90:5 write(6,*) PRODUCT(A,B) 1 Error: Incompatible ranks in arguments 'array' and 'mask' for intrinsic product at (1) --

[Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes

2006-02-04 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-02-05 00:14 --- Subject: Bug 25046 Author: tkoenig Date: Sun Feb 5 00:14:37 2006 New Revision: 110600 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=110600 Log: 2006-02-04 Thomas Koenig [EMAIL PROTECTED] PR

[Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes

2006-02-04 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-02-05 00:16 --- Fixed on trunk and 4.1. Closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes

2005-11-26 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-26 18:54 --- ## gfortran ## foo.f90: In function ‘s1’: foo.f90:2: internal compiler error: Segmentation fault ## g95 ## In file foo.f90:5 write(6,*) PRODUCT(A,B) 1 Error: 'mask' argument of