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
This commit is contained in:
Jerry DeLisle 2008-07-14 01:02:05 +00:00
parent 41d6f399b5
commit 6efc56edbe
2 changed files with 11 additions and 1 deletions

View File

@ -1,9 +1,14 @@
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.

View File

@ -0,0 +1,5 @@
! { 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