PR fortran/16433
* gfortran.dg/pr16433.f: New test.
From-SVN: r84515
+2004-07-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
+
+ PR fortran/16433
+ * gfortran.dg/pr16433.f: New test.
+
2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
PR tree-optimization/16437
--- /dev/null
+! { dg-do-compile }
+ real x
+ double precision dx
+ x = x'2ffde' ! { dg-warning "exadecimal constant" "Hex constant can't begin with x" }
+ dx = x ! { dg-bogus "exadecimal constant" "Hex constant where there is none" }
+ end