[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Gcc 3.4 and GCL
From: |
Camm Maguire |
Subject: |
Re: [Gcl-devel] Gcc 3.4 and GCL |
Date: |
11 May 2004 12:12:09 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings!
"Mike Thomas" <address@hidden> writes:
> Hi again.
>
> The GMP type problem is resolved by adding "REGPARM_ATTR (1)" qualifiers to
> certain function definitions eg:
>
> REGPARM_ATTR (1) static void
> cfdiv_r_2exp (mpz_ptr w, mpz_srcptr u, unsigned long cnt, int dir)
>
True, and thanks! Will commit.
Take care,
> Cheers
>
> Mike Thomas.
>
>
> | MinGW32 gcc 3.4 was released yesterday so I ran a quick check
> | with GCL which
> | fails on gmp3 due to type errors like this one:
> |
> | ==================================================================
> | ==========
> | ========
> | gcc -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -g -O2
> | -fomit-frame
> | -poi
> | nter -mcpu=i486 -march=i386 -c cfdiv_q_2exp.c
> | `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
> | cfdiv_q_2exp.c:34: error: conflicting types for '__gmpz_cfdiv_q_2exp'
> | cfdiv_q_2exp.c:29: error: previous declaration of
> | '__gmpz_cfdiv_q_2exp' was
> | here
> |
> | cfdiv_q_2exp.c:34: error: conflicting types for '__gmpz_cfdiv_q_2exp'
> | cfdiv_q_2exp.c:29: error: previous declaration of
> | '__gmpz_cfdiv_q_2exp' was
> | here
> | ==================================================================
> | ==========
> | ========
>
>
>
>
>
>
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- Re: [Gcl-devel] Gcc 3.4 and GCL, (continued)
- Re: [Gcl-devel] Gcc 3.4 and GCL, Vadim V. Zhytnikov, 2004/05/25
- [Gcl-devel] 2.6.2, Camm Maguire, 2004/05/26
- RE: [Gcl-devel] 2.6.2, Mike Thomas, 2004/05/29
- Re: [Gcl-devel] 2.6.2, Camm Maguire, 2004/05/27
- RE: [Gcl-devel] 2.6.2, Mike Thomas, 2004/05/28
- Re: [Gcl-devel] 2.6.2, Camm Maguire, 2004/05/29
- [Gcl-devel] Re: 2.6.2, Magnus Henoch, 2004/05/29
Re: [Gcl-devel] Gcc 3.4 and GCL,
Camm Maguire <=
Re: [Gcl-devel] Gcc 3.4 and GCL, Camm Maguire, 2004/05/11