URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [torture/] [pr47559.C] - Rev 694
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// { dg-options "-std=c++0x -fnon-call-exceptions" }
void foo (int *k) noexcept
{
for (;;)
*k = 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log