This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/36479] Short buffer in libcpp
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2008 20:09:58 -0000
- Subject: [Bug preprocessor/36479] Short buffer in libcpp
- References: <bug-36479-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dfranke at gcc dot gnu dot org 2008-06-09 20:09 -------
H.J., this is c++, correct?
For the fortran side of the problem, i.e. PR36379, I found that
+ cpp_option->char_precision = TYPE_PRECISION (char_type_node);
should be added (comment #5). Could you check if this by any chance is missing
on the c++ side of things as well?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36479