On Fri, Jan 18, 2013 at 11:04:32AM +0100, Richard Biener wrote:
> > 2013-01-18 Sharad Singhai
> >
> > PR tree-optimization/55995
> > * dumpfile.c (dump_loc): Print location only if available.
> > * testsuite/gcc.dg/vect/vect.exp: Use "details" flags for dump info.
> > * tree-vectorizer.c (increa
On Fri, Jan 18, 2013 at 9:51 AM, Sharad Singhai wrote:
> This patch fixes an ICE in vectorization dump when section anchors are
> present.
>
> Bootstrapped/tested on x86_64 and PPC 64 and found no new failures. OK
> for trunk?
Ok.
Thanks,
Richard.
> Thanks,
> Sharad
>
> 2013-01-18 Sharad Sing
This patch fixes an ICE in vectorization dump when section anchors are present.
Bootstrapped/tested on x86_64 and PPC 64 and found no new failures. OK
for trunk?
Thanks,
Sharad
2013-01-18 Sharad Singhai
PR tree-optimization/55995
* dumpfile.c (dump_loc): Print location only if available.
* t