URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20010622-1.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for segfault doing -Wsequence-point processing on an empty statement expression. */ /* Origin: PR c/3259 from <David.Decotigny@irisa.fr>. */ /* { dg-do compile } */ /* { dg-options "-Wall" } */ void f (void) { ({ }); }
Go to most recent revision | Compare with Previous | Blame | View Log