URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [8485.f] - Rev 315
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log