OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [error27.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/35332
2
// { dg-do compile }
3
// { dg-options "-fno-finite-math-only" { target sh*-*-* } }
4
 
5
void foo (double x, double y)
6
{
7
  __builtin_isgreater(x, y)();          // { dg-error "cannot be used as a function" }
8
  __builtin_isless(x, y)();             // { dg-error "cannot be used as a function" }
9
  __builtin_isgreaterequal(x, y)();     // { dg-error "cannot be used as a function" }
10
  __builtin_islessequal(x, y)();        // { dg-error "cannot be used as a function" }
11
  __builtin_isunordered(x, y)();        // { dg-error "cannot be used as a function" }
12
  __builtin_islessgreater(x, y)();      // { dg-error "cannot be used as a function" }
13
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.