URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [ctor1.c] - Rev 706
Go to most recent revision | Compare with Previous | Blame | View Log
/* Related to PR c++/38410. We shouldn't write out a static variable for an all-zero aggregate initializer. The variable named C.0 was created by gimplify_init_constructor. */ /* { dg-final { scan-assembler-not "C\\.0" } } */ int main() { int a[] = { 0,0 }; }
Go to most recent revision | Compare with Previous | Blame | View Log