[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-30 Thread n...@script-solution.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 --- Comment #5 from Nils Asmussen 2011-05-30 15:22:37 UTC --- > Again, I suggest you have a look at crtn.asm, in particular these lines: > > % This must be the last file on the link-line, allocating global registers > % from the top. > > % Regi

[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 Hans-Peter Nilsson changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-30 Thread n...@script-solution.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 --- Comment #3 from Nils Asmussen 2011-05-30 14:47:40 UTC --- Thanks for your reply! Perhaps I miss something, but I've no idea how that should work. Regardless of whether $254 is initialized previously or not (in my case, it's a bootloader, so

[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 --- Comment #2 from Hans-Peter Nilsson 2011-05-30 14:29:32 UTC --- See gcc/config/mmix/crtn.asm, where the global registers used by the ABI are allocated.

[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-30 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #1

[Bug target/49211] MMIX: Code generation broken, when using global variables

2011-05-28 Thread n...@script-solution.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49211 Nils Asmussen changed: What|Removed |Added Severity|normal |blocker