On Mon, Jul 18, 2011 at 20:54, Gabriel Charette <gch...@google.com> wrote:

> We potentially want to store which flags were on at the pph compile time and 
> make sure the same flags
> are on when doing the real compile (otherwise recompile the pph or some other 
> soltution...??)

That's up to the build system.  Different flags will generate
different code, so dependency tracking needs to deal with these
issues.

> diff --git a/gcc/testsuite/g++.dg/pph/c1builtin-integral.cc 
> b/gcc/testsuite/g++.dg/pph/c1builtin-integral.cc
> index 6887b11..ae33f8d 100644
> --- a/gcc/testsuite/g++.dg/pph/c1builtin-integral.cc
> +++ b/gcc/testsuite/g++.dg/pph/c1builtin-integral.cc
> @@ -1,2 +1,2 @@
> -// pph asm xdiff 52758
> +/* { dg-options "-ffinite-math-only -fno-math-errno" } */
>  #include "c0builtin-integral.h"

OK with a ChangeLog entry.


Diego.

Reply via email to