URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [array2.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/25263
// { dg-do compile }
int x[1/0]; // { dg-warning "division by zero" }
// { dg-error "constant" "constant" { target *-*-* } 4 }
Go to most recent revision | Compare with Previous | Blame | View Log