AArch64: correct constraint on Upl early clobber alternatives
[official-gcc.git] / gcc / testsuite / gfortran.dg / common_15.f90
blob9723bd1a8285d48474dbe13f5c4304a135b8c50b
1 ! { dg-do compile }
3 ! PR 50515: gfortran should not accept an external that is a common (r178939)
5 ! Contributed by Vittorio Zecca <zeccav@gmail.com>
7 common/sub/ a ! { dg-error "cannot have the EXTERNAL attribute" }
8 external sub
9 end