URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [parse/] [bitfield3.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c++/35320 */
/* { dg-do compile } */
typedef void (func_type)();
struct A
{
friend func_type f : 2; /* { dg-error "with non-integral type" } */
};
Go to most recent revision | Compare with Previous | Blame | View Log