On 26.06.2014 11:23, Jakob Kroeker wrote:
I get the same macro weirdness for gcc 4.4.7 and 4.7.3 on
Scientific Linux 6.5

What does

    gcc -E -dM -x c /dev/null | grep STDC

and/or

    gcc -std=gnu99 -E -dM -x c /dev/null | grep STDC

give?


-leif


Am Mittwoch, 25. Juni 2014 14:27:09 UTC+2 schrieb Daniel R. Grayson:
With mpir-2.7.0-alpha7.tar.bz2 and


     ./configure --enable-assert CC=/Users/dan/local/bin/gcc
     make all check


where /Users/dan/local/bin/gcc is



      gcc (Homebrew gcc48 4.8.3 --enable-fortran) 4.8.3




I get some macro weirdness:


     libtool: compile:  /Users/dan/local/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
-I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -m64 -O2 -march=k8 -mtune=k8 
-c mul_fft.c  -fno-common -DPIC -o .libs/mul_fft.o
     In file included from mul_fft.c:3:0:
     ../gmp-impl.h:160:40: error: expected ')' before 'L'
      #define CNST_LIMB(C) ((mp_limb_t) C/**/L)
                                         ^


On Monday, June 16, 2014 10:35:58 AM UTC-4, Bill Hart wrote:
I have uploaded alpha7 to our website (http://mpir.org).


This fixes some (severe) problems with compiling against GMP-ECM.


It also fixes numerous compiler warnings reported by Leif Lionhardy.



The changes affect all platforms, including 32 and 64 bit.


I was unable to come up with robust fixes for the following two, so I have made 
tickets for them to be fixed in a later release of MPIR.



https://github.com/wbhart/mpir/issues/134

https://github.com/wbhart/mpir/issues/133




Bill.

--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to