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: PR [C/C++/Fortran/Java] 28875 "-Wextra -Wno-unused-parameter -Wall" doesn't work as expected


> >> > ada/misc.o: In function `gnat_handle_option':
> >> > ../../gcc/ada/gcc-interface/misc.c:243: undefined reference to `set_Wunused'
> >
> > And also, please use --enable-languages=all,ada thanks.
> 
> OK. Is there any reason for all not including ada? Should I add something else?

At this point it's mostly for historical reasons, at the time when Ada
was not updated for tree-ssa.

Since Ada will only be enabled if an Ada compiler is found in the PATH,
it would make sense IMO to add Ada as part of 'all', but other people may
have different views.

Arno


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