[Bug preprocessor/36479] Short buffer in libcpp

2008-06-13 Thread tromey at gcc dot gnu dot org
-- tromey at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36479

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-12 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2008-06-12 17:04 --- Subject: Bug 36479 Author: hjl Date: Thu Jun 12 17:03:41 2008 New Revision: 136714 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136714 Log: 2008-06-12 H.J. Lu [EMAIL PROTECTED] PR preprocessor/36479

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-12 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2008-06-12 18:39 --- Fixed as of revision 136717: http://gcc.gnu.org/ml/gcc-testresults/2008-06/msg00994.html Revision 136712: http://gcc.gnu.org/ml/gcc-testresults/2008-06/msg00993.html FAIL: gcc.dg/pch/save-temps-1.c -O0 -g

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-11 Thread kris dot van dot hees at oracle dot com
--- Comment #7 from kris dot van dot hees at oracle dot com 2008-06-12 00:12 --- Patch looks good to me. Good catch! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36479

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-09 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-06-09 17:12 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00491.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-09 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-06-09 20:00 --- *** Bug 36379 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-09 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2008-06-09 20:02 --- An updated patch is at http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00513.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-09 Thread dfranke 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

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-09 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-06-09 20:20 --- This may be introduced by http://gcc.gnu.org/ml/gcc-patches/2008-04/msg01235.html -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug preprocessor/36479] Short buffer in libcpp

2008-06-09 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-06-09 21:11 --- The updated patch is at http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00523.html -- hjl dot tools at gmail dot com changed: What|Removed |Added