OSDN Git Service

2008-10-16 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2008 10:16:38 +0000 (10:16 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2008 10:16:38 +0000 (10:16 +0000)
PR libfortran/34670
* generated/spread_r4.c: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141167 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/generated/spread_r4.c

index ae4e64e..acc1016 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-16  Thomas Koenig  <tkoenig@gcc.gnu.org>
+
+       PR libfortran/34670
+       * generated/spread_r4.c: Regenerated.
+
 2008-10-15  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR libfortran/34670
index a9357af..c151df3 100644 (file)
@@ -131,8 +131,7 @@ spread_r4 (gfc_array_r4 *ret, const gfc_array_r4 *source,
              if (n == along - 1)
                {
                  rdelta = ret->dim[n].stride;
-                 printf("ret_extent = %ld, ncopies = %ld\n",
-                        (long int) ret_extent, (long int) ncopies);
+
                  if (ret_extent != ncopies)
                    runtime_error("Incorrect extent in return value of SPREAD"
                                  " intrinsic in dimension %ld: is %ld,"