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 preprocessor/16621] [4.0 Regression] C4x fails miserably


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-27 19:13 -------
Yes libcpp still uses HOST_WIDE_INT:
include/cpplib.h:typedef unsigned HOST_WIDE_INT cpp_num_part;

plus we use cpp_num_part all over the place in libcpp.

-- 


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


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