This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/9981] attempt to read 64 bit pentium timestamp failure
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jul 2003 00:00:12 -0000
- Subject: [Bug inline-asm/9981] attempt to read 64 bit pentium timestamp failure
- References: <20030306153600.9981.jon@mast.queensu.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.