------- Comment #1 from rguenth at gcc dot gnu dot org  2006-12-11 16:19 -------
#2  0x00000000007395cf in fold_read_from_constant_string (exp=0x2ab7c225bd00)
    at /space/rguenther/src/svn/trunk/gcc/fold-const.c:12854
12854           return fold_convert (TREE_TYPE (exp),
(gdb) call debug_generic_expr (exp) 
*(charD.21[1:1] *) "K"

#1  0x00000000006c380a in fold_convert (type=0x2ab7c224f000, 
    arg=0x2ab7c2260ae0) at /space/rguenther/src/svn/trunk/gcc/fold-const.c:2150
2150          gcc_unreachable ();
(gdb) call debug_generic_expr (type)
charD.21[1:1]
(gdb) call debug_generic_expr (arg) 
75

fold_convert does not know how to fold to char[1:1].


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-11 16:19:11
               date|                            |


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

Reply via email to