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 tree-optimization/36198] expected integer_cst, have mult_expr



------- Comment #3 from ubizjak at gmail dot com  2008-05-10 12:36 -------
This is what goes into int_cst_value:

#2  0x00000000008a60c8 in int_cst_value (x=0x2aaaae72a4c0) at
../../gcc-svn/trunk/gcc/tree.c:8002
8002      unsigned HOST_WIDE_INT val = TREE_INT_CST_LOW (x);
(gdb) p debug_generic_expr (x)
((integer(kind=8)) {1, +, {1, +, 1}_1}_1 + -1) * 2


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-10 12:36:11
               date|                            |


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


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