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/46562] CCP currently needs iteration for &a[i]


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-23 16:06:44 UTC ---
Created attachment 22498
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22498
wip patch

Work in progress patch.  Needs to transition functions elsewhere, hookize
fold_const_aggregate_ref and friends and also make VRP use
gimple_fold_stmt_to_constant.


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