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: Testcase for fortran/PR3743 "Reference to intrinsic `ISHFT' invalid".


>>>>> Toon Moene writes:

Toon> I'll see what is to be done about this ...

	g77 goes to the trouble of checking that arrays are alphabetically
ordered for uppercase, but defaults source names to lowercase.
src.c:strcmp_2c FFE_caseNONE canonicalizes for uppercase -- the opposite
from strcasecmp, AFAICT.

	Changing the arrays to collate based on lowercase would seem like
the best solution, but that also requires changing all of the self-checks,
generated files, and FFE_caseNONE ffesrc_strcmp_* implimentations to
lowercase collation as well.

David


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