https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030
Alexander Nikulin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Comm
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92030
Richard Biener changed:
What|Removed |Added
Target||mips
--- Comment #1 from Richard Biener