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] Use memcmp for string comparisons a bit more


Hi Tobias,


Somehow the commas and parentheses look odd. Shouldn't that be, e.g.,
"or (for kind=4 strings) the ..."?

I committed as rev 197261 and 197262, with a slightly better worded
ChangeLog entry :-)

The wording is now

	If the strings
	compared have constant and equal lengths and
	the strings are kind=1, or, for kind=4 strings,
	the test is for (in)equality, use memcmp().

	Thomas


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