c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / common_5.f
blob0f04b1360bfa6da5a8040ce17961102ebd3f06da
1 C { dg-do compile }
2 C { dg-options "-pedantic-errors -mdalign" { target sh*-*-* } }
3 C PR 20059
4 C Check that the warning for padding works correctly.
5 SUBROUTINE PLOTZ
6 IMPLICIT DOUBLE PRECISION (A-H,O-Z)
7 COMMON /CCPOOL/ RMIN,RMAX,ZMIN,ZMAX,IMIN,JMIN,IMAX,JMAX,NFLOP, ! { dg-warning "Padding" }
8 $ HTP
10 RETURN
11 END