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] Fix > 2GB Fortran COMMONs


Jakub Jelinek wrote:

Unlike ffecom_arrayref though, here there is no any type present, as it
is a host constant. It is signed though, so using ssizetype instead
of usizetype might match it better.  On most arches it shouldn't make
a difference (as typically *sizetype has the same size as pointers).
Ok to commit (either following version or the original one (which is
s/ssizetype/usizetype/))?

2003-10-30 Jakub Jelinek <jakub@redhat.com>

	* com.c (ffecom_sym_transform_): Set tree type of offset
	to usizetype.

OK to commit (unfortunately, the testcase would be unrunnable on machines with less than 2 Gbyte of memory). Note that the ChangeLog entry has `usizetype', while the patch has `ssizetype'; please update the ChangeLog.


Thanks very much !

--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)


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