------- Comment #8 from pinskia at gcc dot gnu dot org  2006-02-25 20:47 -------
I think this is my bug caused by:
2006-01-23  Andrew Pinski  <[EMAIL PROTECTED]>

        PR middle-end/24437
        * tree-ssa-ccp.c (fold_stmt): Move folding of OBJ_TYPE_REF
        with a call expr to ...
        * fold-const.c (fold_ternary) <case CALL_EXPR>: Here.

The problem is that we are not copying RSO on the CALL_EXPR.  I am going to
look into this more to see if I caused this and a fix for this issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |middle-end
   GCC host triplet|x86_64-suse-linux           |


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

Reply via email to