2 ! { dg-options "-Wzerotrip" }
3 ! Tests the fix for PR32875, in which the character length for the
4 ! array constructor would get lost in simplification and would lead
5 ! the error 'Not Implemented: complex character array constructor'.
7 ! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
9 call foo ((/(S1(i
),i
=1,3,-1)/)) ! { dg-warning "will be executed zero times" }
12 CHARACTER(LEN
=1) :: S1
17 character(1) :: chr(:)