Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / pr16433.f
blob4a11881f62f6c022fb9ff7fb6e30caaba19061ff
1 ! { dg-do-compile }
2 real x
3 double precision dx
4 x = x'2ffde' ! { dg-warning "exadecimal constant" "Hex constant can't begin with x" }
5 dx = x ! { dg-bogus "exadecimal constant" "Hex constant where there is none" }
6 end