URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [gomp/] [pr34608.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR middle-end/34608// { dg-do compile }// { dg-options "-ftest-coverage -fopenmp" }struct A{~A () throw ();};void foo (A);voidbar (){#pragma omp parallelfoo (A ());}// { dg-final { cleanup-coverage-files } }
Go to most recent revision | Compare with Previous | Blame | View Log
