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

[Bug c++/29473] -masm=intel combined with -march=athlon64 has some issues.



------- Comment #2 from nachms+gcc at gmail dot com  2006-10-14 21:51 -------
Oh another thing.

If I change
  return(Keep4_3Ratio && (DSMode == 1 || SMode == 1));

to:
  return((DSMode == 1 || SMode == 1) && Keep4_3Ratio);

The "rep ret" problem in the 32 bit compilers go away for some strange reason.
However when doing this, the assembly outputted seems very messy and
unoptimized to me.

-Nach


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29473


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