Re: [PATCH C/C++/middle-end] move Wunused-parameter to the FEs

2015-07-08 Thread Jeff Law
On 06/29/2015 09:48 AM, Manuel López-Ibáñez wrote: Wunused-parameter warnings are given from cgraph::finalize_function, which is the middle-end. This is an oddity compared to other -Wunused-* warnings. Moreover, Fortran has its own definition of -Wunused-parameter that conflicts with the middle-e

Re: [PATCH C/C++/middle-end] move Wunused-parameter to the FEs

2015-06-29 Thread Jason Merrill
OK. Jason

[PATCH C/C++/middle-end] move Wunused-parameter to the FEs

2015-06-29 Thread Manuel López-Ibáñez
Wunused-parameter warnings are given from cgraph::finalize_function, which is the middle-end. This is an oddity compared to other -Wunused-* warnings. Moreover, Fortran has its own definition of -Wunused-parameter that conflicts with the middle-end definition. This patch moves the middle-end part