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] add split condition to *fix_trunchi_1


On Thu, 18 Nov 2004, Uros Bizjak wrote:

> This patch was commited to mainline (bootstrapped on i686-pc-linux-gnu,
> regtested c,c++:
> 
> 2004-11-18  Uros Bizjak  <uros@kss-loka.si>
> 
>        * configure/i386/i386.md (*fix_trunch_1): Add "&& 1" to
>        insn split constraint.
>        (define_peephole2): Remove unneeded "&& 1" from peephole2
>        constraints.

Bi-arch builds (e.g. x86_64-pc-linux-gnu) now fail with the following 
error; I suspect this patch of being associated as it affects code close 
to the first error.

../../gcc-mainline/gcc/config/i386/i386.md:1869: `movddup+19' matches `movddup+18'
../../gcc-mainline/gcc/config/i386/i386.md:1857: previous definition of `movddup+18'
../../gcc-mainline/gcc/config/i386/i386.md:2135: `movddup+24' matches `movddup+23'
../../gcc-mainline/gcc/config/i386/i386.md:2123: previous definition of `movddup+23'
[... plus various "missing a mode" warnings ...]
gmake[2]: *** [s-recog] Error 1


-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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