On Mon, 16 Jan 2012, Richard Guenther wrote:
> On Mon, 16 Jan 2012, Richard Guenther wrote:
>
> > On Fri, 13 Jan 2012, Joseph S. Myers wrote:
> >
> > > On Fri, 13 Jan 2012, Richard Guenther wrote:
> > >
> > > > This fixes PR37985 where since
> > > > http://gcc.gnu.org/ml/gcc-patches/2006-08/ms
On Mon, 16 Jan 2012, Richard Guenther wrote:
> On Fri, 13 Jan 2012, Joseph S. Myers wrote:
>
> > On Fri, 13 Jan 2012, Richard Guenther wrote:
> >
> > > This fixes PR37985 where since
> > > http://gcc.gnu.org/ml/gcc-patches/2006-08/msg01041.html we
> > > mark conversions produced by convert_to_i
On Fri, 13 Jan 2012, Joseph S. Myers wrote:
> On Fri, 13 Jan 2012, Richard Guenther wrote:
>
> > This fixes PR37985 where since
> > http://gcc.gnu.org/ml/gcc-patches/2006-08/msg01041.html we
> > mark conversions produced by convert_to_integer with TREE_NO_WARNING.
> > This may shadow "real" stmt
On Fri, 13 Jan 2012, Richard Guenther wrote:
> This fixes PR37985 where since
> http://gcc.gnu.org/ml/gcc-patches/2006-08/msg01041.html we
> mark conversions produced by convert_to_integer with TREE_NO_WARNING.
> This may shadow "real" stmts with no effects, thus we should
> simply strip them aga
This fixes PR37985 where since
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg01041.html we
mark conversions produced by convert_to_integer with TREE_NO_WARNING.
This may shadow "real" stmts with no effects, thus we should
simply strip them again before checking for TREE_SIDE_EFFECTS.
Bootstrap &