This is the mail archive of the gcc@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]

Re: fold_indirect_ref bogous


On Tue, 3 May 2005, Jeffrey A Law wrote:

> On Wed, 2005-04-27 at 16:19 +0200, Richard Guenther wrote:
> > fold_indirect_ref, called from the gimplifier happily converts
   ^^^^^^^^^^^^^^^^^^

> > something like the following patch fixes this.
> Right.  Given that I'd seen similar problems with some unrelated
> changes of mine, I went ahead and put your patch through the usual
> bootstrap and regression tests on my i686 box.
>
> Installed.

You didn't ;)  You fixed
tree-ssa-ccp.c:maybe_fold_stmt_indirect, not
fold-const.c:fold_indirect_ref_1 !  The latter is causing the
failure I'm running into.

Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/



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