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]

Fix for PR fortran/3743


This completes Toon's fix for PR fortran/3743.  It rearranges the list of intrinsics in intrin.def so that they are sorted according to strcasecmp.

Tested on mips-sgi-irix6.5 (which failed previously) and i686-pc-cygwin (which passed previously)

2002-01-30  David Billinghurst <David.Billinghurst@riotinto.com>

	* intrin.def:  Swap BITTEST and BIT_SIZE in table of intrinsics
	so the are sorted when compared with strcasecmp.

Attachment: i.patch
Description: i.patch


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