URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [pr15443-1.c] - Rev 12
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 (); }