[Bug target/92030] Wrong asm code for aliases on MIPS.

2019-10-09 Thread anikulin at dlink dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030 Alexander Nikulin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/92030] Wrong asm code for aliases on MIPS.

2019-10-09 Thread anikulin at dlink dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030 --- Comment #4 from Alexander Nikulin --- (In reply to Alexander Monakov from comment #3) > The alias attribute usually works fine with declarations of static variables. > > So, have you tried > > static struct memtype MTYPE_##name[1] __attribu

[Bug target/92030] Wrong asm code for aliases on MIPS.

2019-10-09 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm

[Bug target/92030] Wrong asm code for aliases on MIPS.

2019-10-09 Thread anikulin at dlink dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030 --- Comment #2 from Alexander Nikulin --- (In reply to Richard Biener from comment #1) > You're doing it behind the back of the compiler - maybe use > __attribute__((alias("abc1"))) instead? Hi Richard, yes, I did. It declares global symbol 'a

[Bug target/92030] Wrong asm code for aliases on MIPS.

2019-10-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030 Richard Biener changed: What|Removed |Added Target||mips --- Comment #1 from Richard Biener