Commit 6efc56ed by Jerry DeLisle

re PR fortran/36725 (g0 edit descriptor: Missing compile-time checking for invalid g0.d)

2008-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/36725
	gfortran.dg/fmt_go_4.f08: New test.

From-SVN: r137770
parent 41d6f399
2008-07-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/36725
gfortran.dg/fmt_go_4.f08: New test.
2008-07-14 Hans-Peter Nilsson <hp@axis.com>
PR target/35492
* gcc.c-torture/compile/pr35492.c: New test.
2008-06-22 Daniel Kraft <d@domob.eu>
2008-07-12 Daniel Kraft <d@domob.eu>
* gfortran.dg/used_types_21.f90: New test.
......
! { dg-do compile }
! { dg-options "-std=f2008" }
! PR36725 Compile time error for g0 edit descriptor
print '(g0.9)', 0.1 ! { dg-error "Specifying precision" }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment