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]

[Patch, fortran] PR33574 - ICE with ANINT (with KIND and an array)


The early version of the patch had not been regtested, so thanks
Dominique for alerting me to the problem.  I would have found it but
you saved me a regtest.

Tobi Schlueter pointed out the wrinkle in his earlier posting to the
list.  I should have used gfc_intrinsic_argument_list_length to count
the arguments; this deals with missing optional arguments.  However,
the basic patch was correct and is indeed "obvious".

The patch regtests fine on x86_ia64/FC5 and was committed a few minutes ago.

Cheers

Paul


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