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/36479] Short buffer in libcpp



------- 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


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