re PR fortran/41162 (416.gamess in SPEC CPU 2006 failed to build)

2009-08-26  H.J. Lu  <hongjiu.lu@intel.com>

	PR fortran/41162
	* gfortran.dg/pr41162.f: New.

From-SVN: r151130
This commit is contained in:
H.J. Lu 2009-08-26 20:55:42 +00:00 committed by H.J. Lu
parent 631c905ac9
commit dbf615292d
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-08-26 H.J. Lu <hongjiu.lu@intel.com>
PR fortran/41162
* gfortran.dg/pr41162.f: New.
2009-08-26 Adam Nemet <anemet@caviumnetworks.com>
Richard Sandiford <rdsandiford@googlemail.com>

View file

@ -0,0 +1,5 @@
! { dg-do compile }
! PRs 41154/41162
write (*,'(1PD24.15,F4.2,0P)') 1.0d0
write (*,'(1PD24.15,F4.2,0P/)') 1.0d0
end