This is the mail archive of the gcc-bugs@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]

[Bug ada/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10).


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349

--- Comment #9 from Iain Sandoe <iains at gcc dot gnu.org> ---
although it says "warning" when it encounters the unexpected case, it finally
causes a linkage failure.

Note that this is present on darwin* (it's not really specific to darwin <= 10)
- it's just hidden by the "undefined dynamic lookup" on later darwin.

The library should not be referencing _environ directly (we're all agreed on
that).  I'm sure the Adacore folks will review the new patch in due course.


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