URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [defarg6.C] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// Origin: Falk Hueffner <falk@debian.org>
// PR c++/13166: ICE default function argument for friend declaration.
namespace sc_dt {
class sc_length_param {
friend int compare_unsigned(int if_v_signed = 0) {}
};
}
Go to most recent revision | Compare with Previous | Blame | View Log