This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, fortran] PR35223 IBITS gives compiler error


2008-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR fortran/35223
* simplify.c (gfc_simplify_ibclr), (gfc_simplify_ibits),
(gfc_simplify_ibset): Remove call to range_check.
(simplify_cmplx), (gfc_simplify_dble), (gfc_simplify_float),
(gfc_simplify_real): Add call gfc_clear_ts to initialize the temporary
gfc_typspec variables.

It is not clear to me from the PR discussion whether you do this for user-friendliness or because the checks are actually not mandated by the standard. I think I understand it is the last one but, for my enlightenment, I'd like to make sure I am not misunderstanding.


If the checks are not mandated by the standard, they can go. If it's for user-friendliness... then it seems a bit incoherent with other cases.

FX

--
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/


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