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: [gfortran] patch PR 17229


Steven Bosscher wrote:
> I'm not saying we should support it.  You know how I think about
> extensions ;-)  But isn't it odd to support one form of IF statement
> but not another?

I'd argue that you're talking about different statements, not different forms
of the same statement ;-)

I should say that one part of my assessment in the PR is wrong (i.e. that this
can be worked around with .AND.), but this is because arithmetic if really is
different from other ifs (the expression in parentheses is not LOGICAL valued
but INTEGER valued).

- Tobi


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