URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [error22.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/34394
// { dg-do compile }
extern "C" double fabs (double);
void foo (double x)
{
fabs (x) (); // { dg-error "__builtin_abs" }
}
Go to most recent revision | Compare with Previous | Blame | View Log