Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(11)

Issue 4761045: [pph] Fix c1builtin-integral (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by Gabriel Charette
Modified:
13 years, 11 months ago
CC:
gcc-patches_gcc.gnu.org
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M gcc/testsuite/g++.dg/pph/c1builtin-integral.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
Gabriel Charette
The issue was that we were compiling the pph with some flags and weren't doing ...
13 years, 11 months ago (2011-07-19 00:54:57 UTC) #1
Diego Novillo
13 years, 11 months ago (2011-07-19 01:00:55 UTC) #2
On Mon, Jul 18, 2011 at 20:54, Gabriel Charette <gchare@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.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b