This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18798] global register variable: register is used for function calls
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Dec 2004 21:50:20 -0000
- Subject: [Bug target/18798] global register variable: register is used for function calls
- References: <20041202210527.18798.lts-rudolph@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2004-12-02 21:50 -------
Invalid. Registers 8 through 25 inclusive are all used for parameter passing.
You cannot arbitrarily change the ABI simply by declaring registers as global.
It's your job to pick a global register that doesn't conflict with any fixed
purpose in the ABI.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18798