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

3.4 Ada bugs (was: Radical proposal: skip 3.4)


> Currently we have 132 bugs targeted for 3.4.0:
> ada: 2

13620: there's a trivial workaround for the linker argument problem
and the code generation bug seems fixed (info added to bugzilla).
To fix the remaining issue properly we need to know when building Ada
where is the list of arguments GCC expect to pass to the linker,
for now it is decided in ada/make.adb around line 6783:

         --  For -gxxxxx,-pg,-mxxx: give the switch to both the compiler and
         --  the linker (except for -gnatxxx which is only for the compiler)

13572: Arnaud said he will fix this, but this is not the kind
of issue that should be on a release radar IMHO :).

Laurent


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