This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs!
- From: "Anny Blackyew" <annyblackyew at clan-omega dot zzn dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 21 May 2006 16:30:15 +0200
- Subject: i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs!
i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs!
i386.md from GCC-4.1.1-RC1 has the sharp symbol '#':
"f#x,x#f", "f#x,xm#f", "f#rx,..#fx,..#rf", ...
i386.md from GCC-4.2-ss has corrected it and has not the sharp symbol '#':
"f,x", "f,xm", ...
What is the meaning of repeated words in i386.md? like:
* ssemov,ssemov (in 4.1) vs sselogl,ssemov (in 4.2).
* fmov,fmov,fmov,imov,imov (both)
Anny