URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [expr/] [volatile1.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/23167struct dom{static int tostr();void eval_old() volatile{tostr();}~dom() throw();};
Go to most recent revision | Compare with Previous | Blame | View Log
