[Bug lto/47259] LTO and global register variable

2011-12-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||lto

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread d.g.gorbachev at gmail dot com
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?

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-01-12 13:32:32 UTC --- In 99.% of all cases there is a better way than using a global register variable. Also it is not clear to me how to merge translation units where a

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-01-12 15:01:16 UTC --- Author: rguenth Date: Wed Jan 12 15:01:09 2011 New Revision: 168713 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168713 Log: 2011-01-12 Richard

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug lto/47259] LTO and global register variable

2011-01-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 --- Comment #8 from Richard Guenther rguenth at gcc dot gnu.org 2011-01-12 15:22:08 UTC --- Author: rguenth Date: Wed Jan 12 15:21:59 2011 New Revision: 168715 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=168715 Log: 2011-01-12 Richard

[Bug lto/47259] LTO and global register variable

2011-01-11 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47259 --- Comment #1 from Dmitry Gorbachev d.g.gorbachev at gmail dot com 2011-01-11 18:47:49 UTC --- Created attachment 22948 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22948 Backtrace