repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
common_16.f90
blob
3314e80ef9ddf85f0409e27f26c67ab82f317728
1
! { dg-do compile }
2
! { dg-options "-pedantic -mdalign" { target sh*-*-* } }
3
!
4
! PR fortran/50273
5
!
6
subroutine
test
()
7
character
::
a
8
integer
::
b
9
character
::
c
10
common
/
global_var
/
a
,
b
,
c
! { dg-warning "Padding of 3 bytes required before 'b' in COMMON" }
11
print
*,
a
,
b
,
c
12
end subroutine
test