This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
testgcc-970926 warning
- To: Jason Merrill <jason at cygnus dot com>
- Subject: testgcc-970926 warning
- From: Bruno Haible <haible at ilog dot fr>
- Date: Mon, 6 Oct 1997 16:04:18 +0200 (MET DST)
- >Received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96])by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id QAA27443;Mon, 6 Oct 1997 16:04:19 +0200 (MET DST)
- Xref: yorick.cygnus.com mail.work:3404
This is to avoid a compilation warning on i486-linux.
Sun Oct 5 00:39:08 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
* final.c (alter_cond): Declare prototype if HAVE_cc0 is defined.
*** final.c.bak Fri Oct 3 01:22:49 1997
--- final.c Sun Oct 5 00:33:02 1997
***************
*** 288,293 ****
--- 288,295 ----
static void output_operand PROTO((rtx, int));
#ifdef LEAF_REGISTERS
static void leaf_renumber_regs PROTO((rtx));
+ #endif
+ #ifdef HAVE_cc0
static int alter_cond PROTO((rtx));
#endif