------- Comment #1 from burnus at gcc dot gnu dot org 2009-09-03 06:55 ------- Thomas, I think do to your changes one now gets a warning (unused argument) for libgfortran/intrinsics/unpack_generic.c.
The last argument of unpack_internal ("index_type fsize") is no longer used; as the function is static, one can simply remove it and update the callers (where some __attribute__((unused)) has then to be added). Is there really no need for the argument? Any any case, can you have a look and create a patch? -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-09-03 06:55:42 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41219