URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20000111-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2000 Free Software Foundation. by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */ /* { dg-do compile } */ __inline int foo (int **q) { return *q && **q; } void bar () { int **p; if (foo (p)) do_something (); }
Go to most recent revision | Compare with Previous | Blame | View Log