[patch, libgfortran] Fix warning about mismatched type declarations.

Jerry DeLisle jvdelisle@charter.net
Sun Sep 2 04:03:00 GMT 2018


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  <jvdelisle@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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: submit.diff
Type: text/x-patch
Size: 1634 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20180902/2085667d/attachment.bin>


More information about the Fortran mailing list