URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Wchar-subscripts.c] - Rev 645
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