summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc
blob: f9522a538ec4641fe9190e0fc3c326a6dac98aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
// { dg-options "-std=gnu++11" }
// { dg-do compile }

// Copyright (C) 2007-2015 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library.  This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3, or (at your option)
// any later version.

// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License along
// with this library; see the file COPYING3.  If not see
// <http://www.gnu.org/licenses/>.

#include <cmath>

namespace gnu
{
  // C++0x changes from TR1.
  using std::assoc_laguerre;
  using std::assoc_legendre;
  using std::beta; 
  using std::comp_ellint_1;
  using std::comp_ellint_2;
  using std::comp_ellint_3;
  using std::conf_hyperg;
  using std::cyl_bessel_i;
  using std::cyl_bessel_j;
  using std::cyl_bessel_k;
  using std::cyl_neumann;
  using std::ellint_1;
  using std::ellint_2;
  using std::ellint_3;
  using std::expint;  
  using std::hermite;
  using std::hyperg;
  using std::laguerre;
  using std::legendre;
  using std::riemann_zeta;
  using std::sph_bessel;
  using std::sph_legendre;
  using std::sph_neumann;
}

// { dg-error "has not been declared" "" { target *-*-* } 26 } 
// { dg-error "has not been declared" "" { target *-*-* } 27 } 
// { dg-error "has not been declared" "" { target *-*-* } 28 } 
// { dg-error "has not been declared" "" { target *-*-* } 29 } 
// { dg-error "has not been declared" "" { target *-*-* } 30 } 
// { dg-error "has not been declared" "" { target *-*-* } 31 } 
// { dg-error "has not been declared" "" { target *-*-* } 32 } 
// { dg-error "has not been declared" "" { target *-*-* } 33 } 
// { dg-error "has not been declared" "" { target *-*-* } 34 } 
// { dg-error "has not been declared" "" { target *-*-* } 35 } 
// { dg-error "has not been declared" "" { target *-*-* } 36 } 
// { dg-error "has not been declared" "" { target *-*-* } 37 } 
// { dg-error "has not been declared" "" { target *-*-* } 38 } 
// { dg-error "has not been declared" "" { target *-*-* } 39 } 
// { dg-error "has not been declared" "" { target *-*-* } 40 } 
// { dg-error "has not been declared" "" { target *-*-* } 41 } 
// { dg-error "has not been declared" "" { target *-*-* } 42 } 
// { dg-error "has not been declared" "" { target *-*-* } 43 } 
// { dg-error "has not been declared" "" { target *-*-* } 44 } 
// { dg-error "has not been declared" "" { target *-*-* } 45 } 
// { dg-error "has not been declared" "" { target *-*-* } 46 } 
// { dg-error "has not been declared" "" { target *-*-* } 47 } 
// { dg-error "has not been declared" "" { target *-*-* } 48 }