[Bug inline-asm/9981] attempt to read 64 bit pentium timestamp failure

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Thu Jul 17 00:00:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-17 00:00 -------
The problem is that the code is invalid as you are say that  eax and edx are clobbered 
but since you want  the result stored into x, you cannot use clobbered (removing them 
will fix your problem.



More information about the Gcc-bugs mailing list