URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [canon-33194.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/33194void c_translate_location (void (*fail) (const char *fmt, ...)__attribute__ ((noreturn,format (printf, 1, 2))));struct dwflpp{static void loc2c_error (const char *fmt, ...){}voidtranslate_location(){return c_translate_location (&loc2c_error);}};
Go to most recent revision | Compare with Previous | Blame | View Log
