On Mon, Jan 28, 2013 at 09:50:35AM -0700, Jeff Law wrote:
> >2013-01-28 Jakub Jelinek <[email protected]>
> >
> > PR tree-optimization/56094
> > * gimplify.c (force_gimple_operand_1): Temporarily set input_location
> > to UNKNOWN_LOCATION while gimplifying expr.
> >
> > * gcc.dg/pr56094.c: New test.
> Based on c#15, we should probably consider this a bit of a band-aid,
> right?
Yeah.
> Thus we'll install the band-aid, but keep the PR open
> pending a better solution for handling of input_location, correct?
That's what I did.
Jakub