This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/16621] [4.0 Regression] C4x fails miserably
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2004 19:13:19 -0000
- Subject: [Bug preprocessor/16621] [4.0 Regression] C4x fails miserably
- References: <20040718223357.16621.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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