bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext - and aspell


From: Bruno Haible
Subject: Re: gettext - and aspell
Date: Thu, 7 Apr 2005 14:09:25 +0200
User-agent: KMail/1.5

Mads Martin Joergensen wrote:
> It's with gcc-4 on x86_64, and with the above patch (also inside
> archives.tar.gz) it now works and compiles. The one triggering was
> aspell.
> 
>  conftest.cc: In function 'int main()':
>  conftest.cc:35: error: cast from 'char*' to 'int' loses precision
>  configure:20850: $? = 1
> 
> The line in question:
> | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings

Thank you for the details. I wasn't aware of ISO/ANSI C++ section
[expr.reinterpret.cast] paragraph 4 and that the next version of g++ will
be stricter on this issue.

Will be fixed in gettext 0.14.4.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]