------- Comment #13 from dominiq at lps dot ens dot fr 2008-03-19 16:48 -------
There is a typo in libgfortran/runtime/in_pack_generic.c:
--- ../_gcc_clean/libgfortran/runtime/in_pack_generic.c 2008-03-19
16:56:42.000000000 +0100
+++ ../gcc-4.4-work/libgfortran/runtime/in_pack_generic.c 2008-03-19
17:45:27.000000000 +0100
@@ -81,7 +81,7 @@
#if defined(HAVE_GFC_INTEGER_16)
case sizeof (GFC_INTEGER_16):
- return internal_pack_16 (gfc_array_i16 *) source);
+ return internal_pack_16 ((gfc_array_i16 *) source);
#endif
}
break;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32972