mirror of git://gcc.gnu.org/git/gcc.git
dr781.cc: Add test variable.
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/26_numerics/complex/dr781.cc: Add test variable. From-SVN: r135758
This commit is contained in:
parent
3cd54fc92d
commit
d36f0e7895
|
@ -1,3 +1,7 @@
|
||||||
|
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
* testsuite/26_numerics/complex/dr781.cc: Add test variable.
|
||||||
|
|
||||||
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com>
|
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* include/std/complex (proj(const std::complex<>&), proj(_Tp)):
|
* include/std/complex (proj(const std::complex<>&), proj(_Tp)):
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
// DR 781. std::complex should add missing C99 functions.
|
// DR 781. std::complex should add missing C99 functions.
|
||||||
void test01()
|
void test01()
|
||||||
{
|
{
|
||||||
|
bool test __attribute__((unused)) = true;
|
||||||
using __gnu_test::check_ret_type;
|
using __gnu_test::check_ret_type;
|
||||||
|
|
||||||
typedef std::complex<float> cmplx_f_type;
|
typedef std::complex<float> cmplx_f_type;
|
||||||
|
|
Loading…
Reference in New Issue