This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix target/15700


Richard Henderson <rth@redhat.com> wrote:

> The following fixes the symbol alias definition problem wherein we fail
> to emit symbols that are in fact needed.
>
> It is now an error to define an alias to a symbol that isn't defined in
> the current translation unit.  It should have been an error before, but
> we didn't have code at the right places to detect the erroneous condition.


Would you prepare a patch against gcc-4.0/changes.html? It would be great if
you could concisely explain why and/or offer suggestions on how to fix this.
Also, do the docs need updates/clarifications? Given the number of comments
in the PR, I would assume so.
-- 
Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]