URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [charset/] [extern2.cc] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check that we push the declaration and then continue translation. */ /* { dg-do compile } { dg-require-iconv "IBM1047" } { dg-final { scan-assembler-not "foobar" } } */ extern "C" { const char* foo = "foobar"; }
Go to most recent revision | Compare with Previous | Blame | View Log