This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: [4.5 Regression] 416.gamess in SPEC CPU 2006 failed to build


Hi,

I am checking in this patch to add a testcase for PR fortran/41162.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 151128)
+++ ChangeLog	(working copy)
@@ -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  Richard Guenther  <rguenther@suse.de>
 
 	PR middle-end/41163
Index: gfortran.dg/pr41162.f
===================================================================
--- gfortran.dg/pr41162.f	(revision 0)
+++ gfortran.dg/pr41162.f	(revision 0)
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]