This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Constant folding pow(x,y) for constant y.
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Roger Sayle <roger at www dot eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 31 Mar 2003 16:17:47 -0500
- Subject: Re: [PATCH] Constant folding pow(x,y) for constant y.
I just tried to bootstrap and received the following error:
/gcc/dje/src/gcc/builtins.c: In function `fold_builtin':
/gcc/dje/src/gcc/builtins.c:4881: `dconstm2' undeclared (first use in this funct
ion)
/gcc/dje/src/gcc/builtins.c:4881: (Each undeclared identifier is reported only o
nce
/gcc/dje/src/gcc/builtins.c:4881: for each function it appears in.)
/gcc/dje/src/gcc/builtins.c:4894: `dconsthalf' undeclared (first use in this fun
ction)
make[2]: *** [builtins.o] Error 1