On Wed, 23 Nov 2016, Segher Boessenkool wrote:
> > --- gcc/testsuite/gcc.c-torture/compile/20161123-1.c(nonexistent)
> > +++ gcc/testsuite/gcc.c-torture/compile/20161123-1.c(working copy)
> > @@ -0,0 +1,7 @@
> > +double
> > +f (long double x)
> > +{
> > + union { long double ld; d
On Wed, Nov 23, 2016 at 09:14:44PM +, Joseph Myers wrote:
> This patch adds an insn pattern similar to various patterns already
> present to handle extracting such a subreg. This allows the glibc
> build to get further, until it runs into an assembler error for which
> I have another patch. O