This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11807] Wrong usage of registers on ARM
- From: "aw11 at os dot inf dot tu-dresden dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2003 14:34:42 -0000
- Subject: [Bug c++/11807] Wrong usage of registers on ARM
- References: <20030805124527.11807.aw11@os.inf.tu-dresden.de>
- 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=11807
aw11 at os dot inf dot tu-dresden dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From aw11 at os dot inf dot tu-dresden dot de 2003-08-05 14:34 -------
I'm not using fp explicitely in my code, as you can see in test.ii. I just
preserve it across system calls. The compiler uses fp to store non-pointer
values in fp and later uses it as pointer!
So it is seemingly a BUG.