URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [gomp/] [pr27310.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR middle-end/27310// { dg-do compile }// { dg-options "-O2 -fopenmp" }struct A{~A ();};struct B{A a, b;};voidfoo (){A c, d;#pragma omp parallelB e;}
Go to most recent revision | Compare with Previous | Blame | View Log
