65 catch(
const char* msg)
67 std::cerr << msg << std::endl;
69 catch(
const std::string& msg)
71 std::cerr << msg << std::endl;
75 std::cerr <<
"unknown exception" << std::endl;
File containing functions and utilities to support the printing of debug messagges.
tree_managerRef tree_parseY(const ParameterConstRef Param, std::string fn)
Specification of the tree (GCC raw) parsing interface function.
refcount< tree_manager > tree_managerRef
Template definition of refcount.
int exit_code
NOTE: this file must be included only by source code of the executable (i.e., the file with the main)...
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
#define THROW_ERROR_CODE(code, str_expr)
helper function used to throw an error with a code error
this class is used to manage the command-line or XML options.
tree_managerRef ParseTreeFile(const ParameterConstRef &Param, const std::string &f)
Function that parse the dump of the patched GCC.