This is the mail archive of the gcc-patches@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: [PATCH] Fix DSE with nop or maybe nop assignments (PR c++/34459)


This is a side-effect of vdef implying vuse :)

On Dec 20, 2007 8:00 AM, Diego Novillo <dnovillo@google.com> wrote:
> On 12/19/07 19:02, Jakub Jelinek wrote:
>
> >       PR c++/34459
> >       * tree-ssa-dse.c (dse_optimize_stmt): Don't eliminate store if
> >       USE_STMT not only stores into the same object as STMT, but might
> >       read it too.
> >
> >       * gcc.c-torture/execute/20071219-1.c: New test.
>
> OK.  DSE needs to be rewritten.
>
>
> Diego.
>


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