This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15905] frstor in assembler inline offsets in memory by 4
- From: "stian at nixia dot no" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2004 20:47:44 -0000
- Subject: [Bug c/15905] frstor in assembler inline offsets in memory by 4
- References: <20040609203854.15905.stian@nixia.no>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From stian at nixia dot no 2004-06-09 20:47 -------
It locks my computer yes, but when I compiled using -S flag and looked at the
assembler output, the fsave and frstore is not given the same offset in the
stackframe. fsave is -124(%ebp) while frstor is -128(%ebp).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15905