blob: 07c78f1a73cb3e5e27932f7dd729d765a146164f [file] [log] [blame]
! { dg-do compile }
!
! PR 50070: Segmentation fault at size_binop_loc in fold-const.c
!
! Contributed by Vittorio Zecca <zeccav@gmail.com>
subroutine sub
common n,z ! { dg-error "must have constant character length" }
integer :: n
character(len=n) :: z
end