2 ! { dg-options "-fbounds-check" }
3 ! { dg-shouldfail "foo" }
6 ! Check correct bounds-checking behaviour for character-array-constructors.
8 call test ("this is long")
12 character(len
=128) :: arr(2)
16 ! { dg-output "Different CHARACTER lengths \\(12/3\\) in array constructor" }