URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [8485.f] - Rev 694
Compare with Previous | Blame | View Log
c { dg-do compile } C Extracted from PR fortran/8485 PARAMETER (PPMULT = 1.0E5) INTEGER(kind=8) NWRONG PARAMETER (NWRONG = 8) PARAMETER (DDMULT = PPMULT * NWRONG) PRINT 10, DDMULT 10 FORMAT (F10.3) END