mirror of git://gcc.gnu.org/git/gcc.git
contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.
2013-10-22 Paolo Carlini <paolo.carlini@oracle.com>
* doc/contrib.texi ([Fran@,{c}ois Dumont], [Tim Shen],
[Ed Smith-Rowland]): New entries.
([Stephen M. Webb]): Update.
From-SVN: r203959
This commit is contained in:
parent
49ed1a4693
commit
f361277750
|
|
@ -1,3 +1,7 @@
|
|||
2013-10-23 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/decimal/pr58815.cc: Fix thinko.
|
||||
|
||||
2013-10-23 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/58815
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@
|
|||
void
|
||||
test01 ()
|
||||
{
|
||||
std::decimal::decimal32 d32;
|
||||
std::decimal::decimal64 d64;
|
||||
std::decimal::decimal128 d128;
|
||||
std::decimal::decimal32 d32(0);
|
||||
std::decimal::decimal64 d64(0);
|
||||
std::decimal::decimal128 d128(0);
|
||||
|
||||
static_cast<long long>(d32);
|
||||
static_cast<long long>(d64);
|
||||
|
|
|
|||
Loading…
Reference in New Issue