This is the mail archive of the gcc@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]

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



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