]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc
shrink_to_fit.cc: Prefer -std=gnu++11.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / headers / cmath / overloads_c++0x_neg.cc
1 // { dg-do compile }
2 // { dg-options "-std=gnu++11" }
3 // { dg-require-cmath "" }
4
5 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
6 //
7 // This file is part of the GNU ISO C++ Library. This library is free
8 // software; you can redistribute it and/or modify it under the
9 // terms of the GNU General Public License as published by the
10 // Free Software Foundation; either version 3, or (at your option)
11 // any later version.
12 //
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License along
19 // with this library; see the file COPYING3. If not see
20 // <http://www.gnu.org/licenses/>.
21
22 #include <cmath>
23
24 // libstdc++/48933
25
26 struct Foo { };
27
28 template Foo std::atan2<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
29 template Foo std::acosh<Foo>(Foo); // { dg-error "not match" }
30 template Foo std::asinh<Foo>(Foo); // { dg-error "not match" }
31 template Foo std::atanh<Foo>(Foo); // { dg-error "not match" }
32 template Foo std::cbrt<Foo>(Foo); // { dg-error "not match" }
33 template Foo std::copysign<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
34 template Foo std::erf<Foo>(Foo); // { dg-error "not match" }
35 template Foo std::erfc<Foo>(Foo); // { dg-error "not match" }
36 template Foo std::exp2<Foo>(Foo); // { dg-error "not match" }
37 template Foo std::expm1<Foo>(Foo); // { dg-error "not match" }
38 template Foo std::fdim<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
39 template Foo std::fma<Foo, Foo, Foo>(Foo(), Foo(), Foo()); // { dg-error "not match" }
40 template Foo std::fmax<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
41 template Foo std::fmin<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
42 template Foo std::hypot<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
43 template int std::ilogb<Foo>(Foo); // { dg-error "not match" }
44 template Foo std::lgamma<Foo>(Foo); // { dg-error "not match" }
45 template long long std::llrint<Foo>(Foo); // { dg-error "not match" }
46 template long long std::llround<Foo>(Foo); // { dg-error "not match" }
47 template Foo std::log1p<Foo>(Foo); // { dg-error "not match" }
48 template Foo std::log2<Foo>(Foo); // { dg-error "not match" }
49 template Foo std::logb<Foo>(Foo); // { dg-error "not match" }
50 template long std::lrint<Foo>(Foo); // { dg-error "not match" }
51 template long std::lround<Foo>(Foo); // { dg-error "not match" }
52 template Foo std::nearbyint<Foo>(Foo); // { dg-error "not match" }
53 template Foo std::nextafter<Foo>(Foo, Foo); // { dg-error "not match" }
54 template Foo std::nexttoward<Foo>(Foo, long double); // { dg-error "not match" }
55 template Foo std::remainder<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
56 template Foo std::remquo<Foo>(Foo, Foo, int*); // { dg-error "not match" }
57 template Foo std::rint<Foo>(Foo); // { dg-error "not match" }
58 template Foo std::round<Foo>(Foo); // { dg-error "not match" }
59 template Foo std::scalbln<Foo>(Foo, long); // { dg-error "not match" }
60 template Foo std::scalbn<Foo>(Foo, int); // { dg-error "not match" }
61 template Foo std::tgamma<Foo>(Foo); // { dg-error "not match" }
62 template Foo std::trunc<Foo>(Foo); // { dg-error "not match" }