URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr15443-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ void f () __attribute__ ((__malloc__)); /* { dg-warning "ignored" } */ int main () { /* This used to cause an ICE. */ f (); }
Go to most recent revision | Compare with Previous | Blame | View Log