public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/32258]  New: Testsuite reports - FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c
@ 2007-06-08 16:32 rob1weld at aol dot com
  2007-06-08 17:14 ` [Bug c/32258] " kargl at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: rob1weld at aol dot com @ 2007-06-08 16:32 UTC (permalink / raw)
  To: gcc-bugs

I installed http://www.mpfr.org/mpfr-current/mpfr-2.2.1.tar.bz2 and applied the
most recent patches. My version is 2.2.1-p5 .

I get this as a result of "make -i check":

FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -O0  scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -O1  scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -O2  scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -O3 -fomit-frame-pointer 
scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -O3 -g  scan-tree-dump pow
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -Os  scan-tree-dump pow


Here are a couple of my results from a while ago, and recent:

Results for 4.3.0 20070601 (experimental) testsuite on i686-pc-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00073.html

Results for 4.3.0 20070521 (experimental) testsuite on i686-pc-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg01083.html


Here are some other people's results - some used the --with-mpfr option:

Compiled using "--with-mpfr=/remote/atg5/jbuck/mpfr-linux" :
Results for 4.3.0 20070608 (experimental) testsuite on i686-pc-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00396.html

Results for 4.3.0 20070608 (experimental) testsuite on ia64-suse-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00391.html

Compiled using "--with-gmp=/opt/gcc-nightly/gmp-mpfr
--with-mpfr=/opt/gcc-nightly/gmp-mpfr":
Results for 4.3.0 20070608 (experimental) testsuite on
powerpc64-unknown-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00387.html


The other people don't seem to have this error occur. I have no reason to think
they are using a more recent version of mpfr - since there is none. Perhaps
they are using an older version.


Looking at the surrounding log entries (edited for similarity of test type):

Executing on host: /opt/gcc-4_3-build-2/gcc/xgcc -B/opt/gcc-4_3-build-2/gcc/
/root/downloads/gcc-4_3-trunk/gcc/testsuite/gcc.dg/torture/builtin-noret-2.c  
-Os   -fno-show-column  -lm   -o builtin-noret-2.exe    (timeout = 300)
PASS: gcc.dg/torture/builtin-noret-2.c  -Os  (test for excess errors)

Executing on host: /opt/gcc-4_3-build-2/gcc/xgcc -B/opt/gcc-4_3-build-2/gcc/
/root/downloads/gcc-4_3-trunk/gcc/testsuite/gcc.dg/torture/builtin-pow-mpfr-1.c
  -Os  -fdump-tree-original -fno-show-column -S  -o builtin-pow-mpfr-1.s   
(timeout = 300)
PASS: gcc.dg/torture/builtin-pow-mpfr-1.c  -Os  (test for excess errors)
FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c  -Os  scan-tree-dump pow

Executing on host: /opt/gcc-4_3-build-2/gcc/xgcc -B/opt/gcc-4_3-build-2/gcc/
/root/downloads/gcc-4_3-trunk/gcc/testsuite/gcc.dg/torture/builtin-power-1.c  
-Os  -ffast-math -fno-show-column  -lm   -o builtin-power-1.exe    (timeout =
300)
PASS: gcc.dg/torture/builtin-power-1.c  -Os  (test for excess errors)


I notice that this one test is applied differently than the surrounding ones.
With the constant folding difficulties we are having at the moment (on
i686-pc-linux-gnu) we might want to check the folding on the other tests too.


-- 
           Summary: Testsuite reports - FAIL: gcc.dg/torture/builtin-pow-
                    mpfr-1.c
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32258


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2009-02-28 14:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-08 16:32 [Bug c/32258] New: Testsuite reports - FAIL: gcc.dg/torture/builtin-pow-mpfr-1.c rob1weld at aol dot com
2007-06-08 17:14 ` [Bug c/32258] " kargl at gcc dot gnu dot org
2007-06-09  3:17 ` rob1weld at aol dot com
2007-06-09 17:06 ` kargl at gcc dot gnu dot org
2007-06-11 17:00 ` [Bug middle-end/32258] " rob1weld at aol dot com
2007-06-11 18:47 ` rob1weld at aol dot com
2007-06-12  4:56 ` rob1weld at aol dot com
2007-06-12  5:00 ` pinskia at gcc dot gnu dot org
2007-06-12 10:53 ` rob1weld at aol dot com
2007-06-12 15:15 ` rguenth at gcc dot gnu dot org
2007-06-12 15:31 ` pinskia at gcc dot gnu dot org
2007-06-13  8:06 ` rob1weld at aol dot com
2007-06-13  9:32 ` rob1weld at aol dot com
2007-06-13  9:39 ` rob1weld at aol dot com
2007-06-13 12:09 ` rguenth at gcc dot gnu dot org
2007-06-13 23:39 ` rob1weld at aol dot com
2007-06-14  7:41 ` rob1weld at aol dot com
2007-06-17 14:07 ` rob1weld at aol dot com
2007-06-17 20:46 ` rob1weld at aol dot com
2007-06-20  5:09 ` rob1weld at aol dot com
2007-06-23  9:30 ` rob1weld at aol dot com
2009-02-28 14:10 ` rob1weld at aol dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).