URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [gomp/] [pr35028.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/35028// { dg-do compile }// { dg-options "-fopenmp" }struct A{A ();A (const A &, ...);~A ();A operator++ (int);};voidfoo (){A a;#pragma omp parallel firstprivate (a)a++;}
Go to most recent revision | Compare with Previous | Blame | View Log
