This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/47259] LTO and global register variable
- From: "d.g.gorbachev at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Jan 2011 13:10:08 +0000
- Subject: [Bug lto/47259] LTO and global register variable
- Auto-submitted: auto-generated
- References: <bug-47259-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259
--- Comment #3 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> 2011-01-12 13:10:07 UTC ---
For example, linux uses global reg var "esp". As there is no need to reserve
this register, can GCC accept it?