This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Wierd test results for transfer_simplify_7.f90
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: Sat, 22 Dec 2007 19:08:26 +0100
- Subject: Wierd test results for transfer_simplify_7.f90
gfortran.dg/transfer_simplify_7.f90 test fine on Intel Darwin9 at revision
131134 + 4 gfortran pending patches, but I have 4 failures on ppc Darwin9
at the same revision without patches (AFAICR). They are all due to the fact
that the errors
Error: PARAMETER 'cp' is used at (1) before its definition is complete
are replaced by
Error: Parameter 'cp' at (1) has not been declared or is a variable, which does not reduce to a constant expression
Any idea of what could be wrong with ppc?
TIA
Dominique