2 ! { dg-options "-Wline-truncation -ffree-line-length-80" }
3 ! PR39229 No warning of truncated lines if a continuation line follows
5 call foo([11, 22, 33, 44, 55, 66, 770, 9900, 1100, 1100, 120],11,'hello') !no warn
8 & , 25 ), " Explanation ! " warn
18 ! { dg-error "Line truncated" " " { target *-*-* } 8 }
19 ! { dg-excess-errors "some warnings being treated as errors" }