This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32972] performance of pack/unpack
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2008 16:48:28 -0000
- Subject: [Bug libfortran/32972] performance of pack/unpack
- References: <bug-32972-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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