[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-05-29 Thread pinskia at gcc dot gnu dot org


--- Comment #7 from pinskia at gcc dot gnu dot org  2006-05-29 16:09 ---


*** This bug has been marked as a duplicate of 27671 ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||DUPLICATE


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



[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-05-29 Thread martin at mpa-garching dot mpg dot de


--- Comment #6 from martin at mpa-garching dot mpg dot de  2006-05-29 12:24 
---
The problem appears to have gone; I cannot reproduce it any more with current
mainline.


-- 


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



[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-05-03 Thread martin at mpa-garching dot mpg dot de


--- Comment #5 from martin at mpa-garching dot mpg dot de  2006-05-03 09:46 
---
(In reply to comment #4)
> We still need a self contained testcase to reproduce this issue.

I tried producing one, but it seems that this would take me much more time
than I can currently afford, especially since I'm not familiar with GMP.
Sorry...


-- 


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



[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-04-26 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2006-04-26 15:50 ---
We still need a self contained testcase to reproduce this issue.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING


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



[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-04-26 Thread martin at mpa-garching dot mpg dot de


--- Comment #3 from martin at mpa-garching dot mpg dot de  2006-04-26 13:22 
---
The failure appears to be connected to "-march=pentium4".
The lowest optimisation setting where I could reproduce it is

CFLAGS="-O1 -march=pentium4" ./configure

The test pass with "-O0 -march=pentium4".


-- 


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



[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-04-26 Thread martin at mpa-garching dot mpg dot de


--- Comment #2 from martin at mpa-garching dot mpg dot de  2006-04-26 12:14 
---
(In reply to comment #1)
> Can you try disabling VRP and enable -fwrapv and -fno-strict-aliasing?  (I 
> also
> see failures in other scientific codes with mainline)

I reconfigured with

CFLAGS="-m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4
-fno-tree-vrp -fwrapv -fno-strict-aliasing" ./configure

but got the same result as before...


-- 


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



[Bug other/27322] Problem when compiling GMP 4.2 with current mainline

2006-04-26 Thread rguenth at gcc dot gnu dot org


--- Comment #1 from rguenth at gcc dot gnu dot org  2006-04-26 12:02 ---
Can you try disabling VRP and enable -fwrapv and -fno-strict-aliasing?  (I also
see failures in other scientific codes with mainline)


-- 


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