This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]