This is the mail archive of the gcc@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: Plan for bug-fixing g77-3.1.


	If this fails, you have broken something with the way G77 invokes
bsearch, possibly the size of the table G77 is providing to the call.

	Your fix is not correct because strcasecmp uses lower case as the
common case for the comparison.  The table still is upper case.  Your
change has absolutely no affect on the mismatch between the trinary signed
result of the comparison and the upper case collation of the table.
strcasecmp still responds with the wrong sign for words including
underscores which straddle upper case and lower case ASCII.

David


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