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: target/5760: -masm=intel [a.k.a. -mintel-syntax] generatesincorrect x87 code


Kelly,

Kelley Cook wrote:
> 
> Repost due to spamcop block of comcast.net:
> 
[snip]
> 
> Almost the remaining failures these are due to use of the length extension
> for "rep movs/stos/...", but I consider this a binutils .intel-syntax bug.
> 
> In Intel mode, it no longer seems to accept the masm alias 'rep movsd'
> for incredibly unwieldly 'rep movs dword ptr es:[edi],dword ptr ds:[esi]'.
> Ditto for the rest of the 'rep' instructions.
I've probably got fixes for these binutils problems somewhere, note movsd is now
context sensitive because it's also a SSE2 mnemonic.

Graham


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