This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11258] allocation of large arrays, sparc
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2003 21:48:59 -0000
- Subject: [Bug c/11258] allocation of large arrays, sparc
- References: <20030619205832.11258.jweening@ccrwest.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11258
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3 dot 4 |3 dot 3 dot 2
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-19 21:48 -------
With a cross-compiler from powerpc-apple-darwin6.6 to sparc-sun-solaris2.8 on the
mainline (20030607), I get the right output:
.common s,28000000000,4
So it looks like to be a 3.3 only problem but this might not be fixed for 3.3.1 or 3.3.2 since
it involves getting HOST_WIDE_INT right which was solved on the mainline but saying
every patform need 64bit in HOST_WIDE_INT except for some.