Plan for bug-fixing g77-3.1.
David Edelsohn
dje@watson.ibm.com
Tue Jan 29 12:02:00 GMT 2002
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
More information about the Gcc
mailing list