URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libmudflap/] [testsuite/] [libmudflap.c++/] [pass41-frag.cxx] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
#include <string> #include <iostream> int main (int argc, char *argv[]) { std::string myStr = "Hello, World!"; std::cout << myStr << std::endl; return 0; } /* Ignore a warning that is irrelevant to the purpose of this test. */ /* { dg-prune-output ".*mudflap cannot track unknown size extern.*" } */
Go to most recent revision | Compare with Previous | Blame | View Log