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: Re-enable -Wno-error on reload1.o


On Mon, Jun 11, 2007 at 10:29:54PM -0400, Diego Novillo wrote:
> A very old wart from tree-ssa days that has been cleaned up for some
> time and was masking a real warning that was causing intermittent
> problems.  This patch re-enables -Wno-error on reload1.o.
> 
> Bootstrapped and tested x86-64 and ppc64.

It breaks ia64:

cc1: warnings being treated as errors
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/reload1.c: In function
âfind_regâ:
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/reload1.c:1785: error: unused
variable âdest_regâ
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/reload1.c:1784: error: unused
variable âbodyâ

Would you mind fixing it?

Thanks.


H.J.


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