This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Fix libstdc++/58815
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Daniel Krügler <daniel dot kruegler at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 23 Oct 2013 13:55:51 +0200
- Subject: Re: [v3] Fix libstdc++/58815
- Authentication-results: sourceware.org; auth=none
- References: <5267B7D1 dot 8060209 at oracle dot com> <CAGNvRgAR7Mws3mW1eB7m5ARDobTVb9kU3sK9x5MJCo-y5WqgOA at mail dot gmail dot com>
On 10/23/2013 01:54 PM, Daniel Krügler wrote:
2013/10/23 Paolo Carlini <paolo.carlini@oracle.com>:
Hi,
for details see the audit trail. Tested x86_64-linux, committed to mainline.
I suggest to initialize the decimal values in the new unit tests. If
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3407.html
would be applied these initializations would become
default-initializations thus leaving them uninitialized. This might
trap during the static_cast.
Ok, no problem, were file scope when I started the work this morning ;)
Paolo.