URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [Wchar-subscripts.c] - Rev 706
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2005 Free Software Foundation. by Gabriel Dos Reis <gdr@integrable-solutions.net> */ /* { dg-do compile } */ /* { dg-options "-Wchar-subscripts" } */ int main(void) { int ary[256] = { 0 }; return ary['a']; }
Go to most recent revision | Compare with Previous | Blame | View Log