Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gfortran.dg/boz_7.f90 @ 132:d34655255c78
update gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 10:21:07 +0900 |
parents | 04ced10e8804 |
children | 1830386684a0 |
line wrap: on
line source
! { dg-do compile } ! { dg-options "-std=f95 -pedantic" } ! ! PR fortran/34342 ! ! Some BOZ extensions where not diagnosed ! integer :: k, m integer :: j = z'000abc' ! { dg-error "BOZ used outside a DATA statement" } data k/x'0003'/ ! { dg-error "uses non-standard syntax" } data m/'0003'z/ ! { dg-error "uses non-standard postfix syntax" } end