Jean-Pierre Flori wrote:
FYI, same failure on gcc110 (linux/POWER7).

g++ -v?

The current "logic" in mpirxx.h is IMHO really pretty fragile. Note btw. that C99 long longs aren't part of C++98, hence a preprocessor for the latter (including '-std=c++98') doesn't even have to support them (i.e., LL/ULL literals).

Besides giving some macros more intuitive names, I'd first make sure every used macro is indeed defined (and error out or give a warning otherwise). (MPIR_HAVE_STDINT for example doesn't imply that it has been included, nor that the relevant macros are defined [in C++].)


-leif

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