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/] [common_5.f] - Rev 484
Go to most recent revision | Compare with Previous | Blame | View Log
C { dg-do compile } C { dg-options "-pedantic-errors -mdalign" { target sh*-*-* } } C PR 20059 C Check that the warning for padding works correctly. SUBROUTINE PLOTZ IMPLICIT DOUBLE PRECISION (A-H,O-Z) COMMON /CCPOOL/ RMIN,RMAX,ZMIN,ZMAX,IMIN,JMIN,IMAX,JMAX,NFLOP, ! { dg-warning "Padding" } $ HTP C RETURN END
Go to most recent revision | Compare with Previous | Blame | View Log