------- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-08-10 13:21 ------- Subject: Bug 32933
Author: fxcoudert Date: Fri Aug 10 13:20:46 2007 New Revision: 127334 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127334 Log: PR fortran/32933 * trans-decl.c (gfc_build_builtin_function_decls): Change prototype for associated. * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Convert the result of __builtin_isnan into a boolean. (gfc_conv_intrinsic_strcmp): Cleanup. (gfc_conv_associated): Convert the result of the associated function into a boolean. * intrinsics/associated.c: Change return type of associated into a C int. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-decl.c trunk/gcc/fortran/trans-intrinsic.c trunk/libgfortran/ChangeLog trunk/libgfortran/intrinsics/associated.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933