[Bug fortran/25045] DIM argument of PRODUCT is not optional

2006-02-14 Thread grigory_zagorodnev at linux dot intel dot com
--- Comment #3 from grigory_zagorodnev at linux dot intel dot com 2006-02-15 07:09 --- It looks like the patch has affected stability of 178.galgel, 187.facerec and 189.lucas benchmarks of cpu2000 suite and other massive fails today: http://gcc.gnu.org/ml/gcc/2006-02/msg00247.html Reve

[Bug fortran/25045] DIM argument of PRODUCT is not optional

2006-02-14 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-02-14 19:25 --- Subject: Bug 25045 Author: tkoenig Date: Tue Feb 14 19:25:36 2006 New Revision: 110994 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110994 Log: 2006-02-14 Thomas Koenig <[EMAIL PROTECTED]> PR fo

[Bug fortran/25045] DIM argument of PRODUCT is not optional

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:51 --- gfortran does not give diagnostic on that one. ## g95 ## In file foo.f90:5 write(6,*) PRODUCT(A,N) 1 Error: 'dim' argument of 'product' intrinsic at (1) must not be OPTIONAL ## Intel ##