Commit 28cc1e9a by Tobias Burnus Committed by Tobias Burnus

bessel.m4: Fix printf warning by casting to (long int).

2010-09-05  Tobias Burnus  <burnus@net-b.de>

        * m4/bessel.m4: Fix printf warning by casting to (long int).
        * generated/bessel_r4.c:Regenerated.
        * generated/bessel_r8.c: Regenerated.
        * generated/bessel_r10.c: Regenerated.
        * generated/bessel_r16.c: Regenerated.

From-SVN: r163885
parent 0a0b3574
2010-09-05 Tobias Burnus <burnus@net-b.de>
* m4/bessel.m4: Fix printf warning by casting to (long int).
* generated/bessel_r4.c:Regenerated.
* generated/bessel_r8.c: Regenerated.
* generated/bessel_r10.c: Regenerated.
* generated/bessel_r16.c: Regenerated.
2010-09-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2010-09-01 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* intrinsics/execute_command_line.c: New file. * intrinsics/execute_command_line.c: New file.
......
...@@ -66,7 +66,7 @@ bessel_jn_r10 (gfc_array_r10 * const restrict ret, int n1, int n2, GFC_REAL_10 x ...@@ -66,7 +66,7 @@ bessel_jn_r10 (gfc_array_r10 * const restrict ret, int n1, int n2, GFC_REAL_10 x
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
...@@ -134,7 +134,7 @@ bessel_yn_r10 (gfc_array_r10 * const restrict ret, int n1, int n2, ...@@ -134,7 +134,7 @@ bessel_yn_r10 (gfc_array_r10 * const restrict ret, int n1, int n2,
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
......
...@@ -70,7 +70,7 @@ bessel_jn_r16 (gfc_array_r16 * const restrict ret, int n1, int n2, GFC_REAL_16 x ...@@ -70,7 +70,7 @@ bessel_jn_r16 (gfc_array_r16 * const restrict ret, int n1, int n2, GFC_REAL_16 x
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
...@@ -138,7 +138,7 @@ bessel_yn_r16 (gfc_array_r16 * const restrict ret, int n1, int n2, ...@@ -138,7 +138,7 @@ bessel_yn_r16 (gfc_array_r16 * const restrict ret, int n1, int n2,
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
......
...@@ -66,7 +66,7 @@ bessel_jn_r4 (gfc_array_r4 * const restrict ret, int n1, int n2, GFC_REAL_4 x) ...@@ -66,7 +66,7 @@ bessel_jn_r4 (gfc_array_r4 * const restrict ret, int n1, int n2, GFC_REAL_4 x)
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
...@@ -134,7 +134,7 @@ bessel_yn_r4 (gfc_array_r4 * const restrict ret, int n1, int n2, ...@@ -134,7 +134,7 @@ bessel_yn_r4 (gfc_array_r4 * const restrict ret, int n1, int n2,
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
......
...@@ -66,7 +66,7 @@ bessel_jn_r8 (gfc_array_r8 * const restrict ret, int n1, int n2, GFC_REAL_8 x) ...@@ -66,7 +66,7 @@ bessel_jn_r8 (gfc_array_r8 * const restrict ret, int n1, int n2, GFC_REAL_8 x)
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
...@@ -134,7 +134,7 @@ bessel_yn_r8 (gfc_array_r8 * const restrict ret, int n1, int n2, ...@@ -134,7 +134,7 @@ bessel_yn_r8 (gfc_array_r8 * const restrict ret, int n1, int n2,
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
......
...@@ -67,7 +67,7 @@ bessel_jn_r'rtype_kind` ('rtype` * const restrict ret, int n1, int n2, 'rtype_na ...@@ -67,7 +67,7 @@ bessel_jn_r'rtype_kind` ('rtype` * const restrict ret, int n1, int n2, 'rtype_na
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
...@@ -135,7 +135,7 @@ bessel_yn_r'rtype_kind` ('rtype` * const restrict ret, int n1, int n2, ...@@ -135,7 +135,7 @@ bessel_yn_r'rtype_kind` ('rtype` * const restrict ret, int n1, int n2,
&& GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1)) && GFC_DESCRIPTOR_EXTENT(ret,0) != (n2-n1+1))
runtime_error("Incorrect extent in return value of BESSEL_JN " runtime_error("Incorrect extent in return value of BESSEL_JN "
"(%ld vs. %ld)", (long int) n2-n1, "(%ld vs. %ld)", (long int) n2-n1,
GFC_DESCRIPTOR_EXTENT(ret,0)); (long int) GFC_DESCRIPTOR_EXTENT(ret,0));
stride = GFC_DESCRIPTOR_STRIDE(ret,0); stride = GFC_DESCRIPTOR_STRIDE(ret,0);
......
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