public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gmp 5.0.1 and gcc 4.5?
@ 2010-03-29 17:05 Jack Howarth
  2010-03-29 17:20 ` Joseph S. Myers
  2010-04-02 17:28 ` Roman Kononov
  0 siblings, 2 replies; 5+ messages in thread
From: Jack Howarth @ 2010-03-29 17:05 UTC (permalink / raw)
  To: gcc

   I've not seen any discussion of testing gcc trunk
against the newer gmp 5.0 or 5.0.1 releases. Has anyone
done significant testing with the newer gmp releases
and are there any long term plans for bumping the
required gmp (assuming that any of the new features
or fixes are useful for gcc)? Thanks in advance for
any comments. I planning a gcc45 fink package once
gcc 4.5.0 is released and was considering whether
it made sense to try to depend on the newer gmp.
             Jack

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

* Re: gmp 5.0.1 and gcc 4.5?
  2010-03-29 17:05 gmp 5.0.1 and gcc 4.5? Jack Howarth
@ 2010-03-29 17:20 ` Joseph S. Myers
  2010-03-30 12:03   ` Vincent Lefevre
  2010-04-02 17:28 ` Roman Kononov
  1 sibling, 1 reply; 5+ messages in thread
From: Joseph S. Myers @ 2010-03-29 17:20 UTC (permalink / raw)
  To: Jack Howarth; +Cc: gcc

On Mon, 29 Mar 2010, Jack Howarth wrote:

>    I've not seen any discussion of testing gcc trunk
> against the newer gmp 5.0 or 5.0.1 releases. Has anyone
> done significant testing with the newer gmp releases
> and are there any long term plans for bumping the
> required gmp (assuming that any of the new features
> or fixes are useful for gcc)? Thanks in advance for

GMP is mainly used via MPFR.  Thus, I'd expect the required version to be 
bumped if a new MPFR version was required that in turn required newer GMP, 
but otherwise there would be little use to a bump.  New MPFR would be 
required if needed for folding some function of use to GCC to fold 
(erfc_scaled has been mentioned as one it would be useful to the Fortran 
front end to have MPFR support for, for example, but SVN MPFR doesn't yet 
support it; if it gains support, that might justify a future increase in 
the required MPFR version).

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: gmp 5.0.1 and gcc 4.5?
  2010-03-29 17:20 ` Joseph S. Myers
@ 2010-03-30 12:03   ` Vincent Lefevre
  0 siblings, 0 replies; 5+ messages in thread
From: Vincent Lefevre @ 2010-03-30 12:03 UTC (permalink / raw)
  To: gcc

Hi,

On 2010-03-29 17:05:09 +0000, Joseph S. Myers wrote:
> GMP is mainly used via MPFR.  Thus, I'd expect the required version to be 
> bumped if a new MPFR version was required that in turn required newer GMP, 
> but otherwise there would be little use to a bump.  New MPFR would be 
> required if needed for folding some function of use to GCC to fold 
> (erfc_scaled has been mentioned as one it would be useful to the Fortran 
> front end to have MPFR support for, for example, but SVN MPFR doesn't yet 
> support it; if it gains support, that might justify a future increase in 
> the required MPFR version).

FYI, if someone is interested, anyone can contribute:

  http://www.mpfr.org/contrib.html

Otherwise, I fear that the implementation of most functions will not
happen before several years.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)

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

* Re: gmp 5.0.1 and gcc 4.5?
  2010-03-29 17:05 gmp 5.0.1 and gcc 4.5? Jack Howarth
  2010-03-29 17:20 ` Joseph S. Myers
@ 2010-04-02 17:28 ` Roman Kononov
  2010-04-03  0:36   ` Allan McRae
  1 sibling, 1 reply; 5+ messages in thread
From: Roman Kononov @ 2010-04-02 17:28 UTC (permalink / raw)
  To: gcc

On Mon, 29 Mar 2010 12:55:47 -0400 Jack Howarth
<howarth@bromo.med.uc.edu> wrote:

>    I've not seen any discussion of testing gcc trunk
> against the newer gmp 5.0 or 5.0.1 releases. Has anyone
> done significant testing with the newer gmp releases
> ... ?

I use gcc 4.4.4 and 4.5.0 with gmp 5.0.1. I compile and use PostgreSQL
and other stuff, and have not noticed any misbehavior related to gmp or
mpfr. Although, I cannot say that I use gcc in a way that makes a lot
of gmp or mpfr testing.


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

* Re: gmp 5.0.1 and gcc 4.5?
  2010-04-02 17:28 ` Roman Kononov
@ 2010-04-03  0:36   ` Allan McRae
  0 siblings, 0 replies; 5+ messages in thread
From: Allan McRae @ 2010-04-03  0:36 UTC (permalink / raw)
  To: Roman Kononov; +Cc: gcc

On 03/04/10 03:28, Roman Kononov wrote:
> On Mon, 29 Mar 2010 12:55:47 -0400 Jack Howarth
> <howarth@bromo.med.uc.edu>  wrote:
>
>    
>>     I've not seen any discussion of testing gcc trunk
>> against the newer gmp 5.0 or 5.0.1 releases. Has anyone
>> done significant testing with the newer gmp releases
>> ... ?
>>      
> I use gcc 4.4.4 and 4.5.0 with gmp 5.0.1. I compile and use PostgreSQL
> and other stuff, and have not noticed any misbehavior related to gmp or
> mpfr. Although, I cannot say that I use gcc in a way that makes a lot
> of gmp or mpfr testing.
>    


The Arch Linux toolchain was built with gmp-5.0.1 about two weeks ago 
and all software linking to gmp-4 was rebuilt with gmp-5.  We have seen 
no gmp-5 related issues so far.

Allan


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

end of thread, other threads:[~2010-04-03  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-29 17:05 gmp 5.0.1 and gcc 4.5? Jack Howarth
2010-03-29 17:20 ` Joseph S. Myers
2010-03-30 12:03   ` Vincent Lefevre
2010-04-02 17:28 ` Roman Kononov
2010-04-03  0:36   ` Allan McRae

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).