common_5.f: Add -mdalign for sh.

* gfortran.dg/common_5.f: Add -mdalign for sh.
	* gfortran.dg/common_align_2.f90: Likewise.

From-SVN: r150983
This commit is contained in:
Kaz Kojima 2009-08-21 03:27:21 +00:00
parent 339e4e4086
commit 685dca122f
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-08-21 Kaz Kojima <kkojima@gcc.gnu.org>
* gfortran.dg/common_5.f: Add -mdalign for sh.
* gfortran.dg/common_align_2.f90: Likewise.
2009-08-20 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/40962

View File

@ -1,4 +1,5 @@
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

View File

@ -1,4 +1,5 @@
! { dg-do run }
! { dg-options "-pedantic-errors -mdalign" { target sh*-*-* } }
! Tests the fix for PR37614, in which the alignement of commons followed
! g77 rather than the standard or other compilers.
!