[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 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 assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -O0  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -O1  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -O2  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -O3 -fomit-frame-pointer  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -O3 -g  assembly comparison
FAIL: gcc.dg/pch/save-temps-1.c  -Os  assembly comparison


-- 

hjl dot tools at gmail dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


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=gcc&view=rev&rev=136714
Log:
2008-06-12  H.J. Lu  <[EMAIL PROTECTED]>

PR preprocessor/36479
* charset.c (cpp_interpret_string_notranslate): Also set
narrow_cset_desc.width.

Modified:
trunk/libcpp/ChangeLog
trunk/libcpp/charset.c


-- 


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



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

URL|http://gcc.gnu.org/ml/gcc-  |http://gcc.gnu.org/ml/gcc-
   |patches/2008-   |patches/2008-
   |06/msg00513.html|06/msg00523.html


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

 CC||kris dot van dot hees at
   ||oracle dot com


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



[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 any chance is missing
on the c++ side of things as well?


-- 


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

URL|http://gcc.gnu.org/ml/gcc-  |http://gcc.gnu.org/ml/gcc-
   |patches/2008-   |patches/2008-
   |06/msg00491.html|06/msg00513.html


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

 CC||dfranke at gcc dot gnu dot
   ||org


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

 CC||tromey at redhat dot com
URL||http://gcc.gnu.org/ml/gcc-
   ||patches/2008-
   ||06/msg00491.html


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