This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH RFA: Avoid new -Wc++-compat warnings


Ian Lance Taylor wrote:
> This large but fairly mechanical patch fixes all the warnings introduce
> by the changes to -Wc++-compat I proposed in
>     http://gcc.gnu.org/ml/gcc-patches/2009-04/msg01459.html
> [...]
> OK for mainline?
>   
The Fortran part is OK.

Tobias
> gcc/fortran/ChangeLog:
>
> 2009-04-18  Ian Lance Taylor  <iant@google.com>
>
> 	* module.c (import_iso_c_binding_module): Add casts to enum type.
> 	* trans-intrinsic.c (gfc_conv_intrinsic_minmax): Change op to enum
> 	tree_code.
> 	(gfc_conv_intrinsic_anyall): Likewise.
> 	(gfc_conv_intrinsic_arith): Likewise.
> 	(gfc_conv_intrinsic_minmaxloc): Likewise.
> 	(gfc_conv_intrinsic_minmaxval): Likewise.
> 	(gfc_conv_intrinsic_bitop): Likewise.
> 	(gfc_conv_intrinsic_singlebitop): Likewise.
> 	(gfc_conv_intrinsic_strcmp): Likewise


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]