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 bootstrap/15651] [3.5 Regression] Size Errors/Warnings Followed by ICE


------- Additional Comments From andreast at gcc dot gnu dot org  2004-05-26 05:22 -------
Maybe libcpp should check for need_64bit_hwint as it was done before globally in
config.gcc.
On Solaris 64-bit or biarch this flags needs to be set to one. 
Now HOST_WIDE_INT=long and long is 4 bytes here. (Solaris2.9)
While need_64bit_hwint is set to yes in gcc.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15651


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