This is the mail archive of the gcc-bugs@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]

[Bug c/11258] allocation of large arrays, sparc


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.


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