On 05/07/2012 01:32 PM, Richard Guenther wrote:
> On Sun, May 6, 2012 at 7:24 PM, Janne Blomqvist
> wrote:
>> On Sun, May 6, 2012 at 2:39 PM, Richard Guenther
>> wrote:
>>> On Sun, May 6, 2012 at 10:33 AM, Janne Blomqvist
>>> wrote:
Hi,
in http://gcc.gnu.org/install/prerequisites.
On Sun, May 6, 2012 at 7:24 PM, Janne Blomqvist
wrote:
> On Sun, May 6, 2012 at 2:39 PM, Richard Guenther
> wrote:
>> On Sun, May 6, 2012 at 10:33 AM, Janne Blomqvist
>> wrote:
>>> Hi,
>>>
>>> in http://gcc.gnu.org/install/prerequisites.html we say that GCC
>>> requires at least MPFR 2.4.2, but
On Sun, May 6, 2012 at 2:39 PM, Richard Guenther
wrote:
> On Sun, May 6, 2012 at 10:33 AM, Janne Blomqvist
> wrote:
>> Hi,
>>
>> in http://gcc.gnu.org/install/prerequisites.html we say that GCC
>> requires at least MPFR 2.4.2, but in the toplevel configure.ac we only
>> require 2.3.1, printing a
On Sun, May 6, 2012 at 10:33 AM, Janne Blomqvist
wrote:
> Hi,
>
> in http://gcc.gnu.org/install/prerequisites.html we say that GCC
> requires at least MPFR 2.4.2, but in the toplevel configure.ac we only
> require 2.3.1, printing a warning that the result is likely to be
> buggy if the version is
Hi,
in http://gcc.gnu.org/install/prerequisites.html we say that GCC
requires at least MPFR 2.4.2, but in the toplevel configure.ac we only
require 2.3.1, printing a warning that the result is likely to be
buggy if the version is lower than 2.4.2.
The attached patch bumps the minimum version to 2