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: RFA: passing ADAFLAGS to ada build


> Btw. did you look at the warnings when running make gnatlib_and_tools
> that -Wno-long-long is not valid for Ada?  I would appreciate if those
> could also be fixed...

Well, there is the following line in lang.opt:

<<
Wno-long-long
Ada
; Documented for C
>>

and misc.c has also handling for OPT_Wno_long_long.

Not sure what else is needed.
I'd suggest discussing this issue separately if you don't mind (feel free
to open a PR).

Arno


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