Discussion:
[patch, libgfortran] Fix warning about mismatched type declarations.
Jerry DeLisle
2018-09-02 04:03:07 UTC
Permalink
All,

The subject patch fixes the declaration for the vlist argument of the
formatted_dtio function pointer definition which currently gives a
warnings during compilation for mismatched types.

Regression tested on x86_64-pc-linux.

OK for trunk?

Regards,

Jerry

2018-09-01 Jerry DeLisle <***@gcc.gnu.org>

* io/io.h: Change declaration of vlist type to
gfc_full_array_i4 to eliminate warning for mismatched type.
* io/format.c ((parse_format_list): Use gfc_full_array_i4.
* io/io.h: Use gfc_full_array_i4.
Thomas Koenig
2018-09-02 11:49:03 UTC
Permalink
Hi Jerry,
Post by Jerry DeLisle
The subject patch fixes the declaration for the vlist argument of the
formatted_dtio function pointer definition which currently gives a
warnings during compilation for mismatched types.
Regression tested on x86_64-pc-linux.
OK for trunk?
OK. Thanks!

Regards

Thomas
Jerry DeLisle
2018-09-02 15:57:51 UTC
Permalink
Post by Thomas Koenig
Hi Jerry,
Post by Jerry DeLisle
The subject patch fixes the declaration for the vlist argument of the
formatted_dtio function pointer definition which currently gives a
warnings during compilation for mismatched types.
Regression tested on x86_64-pc-linux.
OK for trunk?
OK. Thanks!
Regards
    Thomas
Committing to svn+ssh://***@gcc.gnu.org/svn/gcc/trunk ...
M libgfortran/ChangeLog
M libgfortran/io/format.c
M libgfortran/io/format.h
M libgfortran/io/io.h
Committed r264043

Continue reading on narkive:
Loading...