https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
Andrew Pinski changed:
What|Removed |Added
CC||streibel.2003 at gmx dot net
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
Eric Gallager changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
--- Comment #5 from Jan Hubicka ---
There are three problems in 4.9 and earlier
- the aliases are produced incorrectly because AIX's as alias keyword does
not do what is expected
(it does kind of syntactic replacement combined with somethin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
--- Comment #4 from Andrew Dixie ---
I tried gcc-5-20140928 snapshot
This snapshot doesn't generate a localalias for the testcase, and it generates
very few localalias symbols in general.
There was only one localalias symbol produced in the ent
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
David Edelsohn changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435
--- Comment #2 from Jan Hubicka ---
Yes,
good to remind me. The aliases are quite broken on AIX pre 4.9
and becasue some of them are now auto generated, we probably ought
to fix it. One solution would be to disable generation of aliases, other