mips.c (mips16_copy_fpr_return_value): New function, split out from...
[official-gcc.git] / gcc / testsuite / gfortran.dg / invalid_contains_1.f90
blob757751d242775ced74d1b35f23bc8ec1e606bab8
1 ! { dg-do compile }
2 ! PR18923 segfault after subroutine name confusion.
3 module FOO
4 contains
5 subroutine FOO ! { dg-error "conflicts with PROCEDURE" }
6 character(len=selected_int_kind(0)) :: C ! { dg-error "data declaration statement" }
7 end subroutine ! { dg-error "Expecting END MODULE statement" }
8 end ! { dg-warning "CONTAINS statement without FUNCTION" }