aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr16433.f
blob: 925eb52ca936fbb11b56490d701555d4c10977ad (plain)
1
2
3
4
5
6
! { dg-do compile }
      real x
      double precision dx
      data x/x'2ffde'/ ! { dg-error "Hexadecimal constant" } 
      dx = x
      end