This is only for internal debugging purposes.
gcc/ada/ChangeLog:
* gcc-interface/misc.c: Include tree-pass.h.
(internal_error_function): Call emergency_dump_function.
#include "stor-layout.h"
#include "print-tree.h"
#include "toplev.h"
+#include "tree-pass.h"
#include "langhooks.h"
#include "langhooks-def.h"
#include "plugin.h"
/* Warn if plugins present. */
warn_if_plugins ();
+ /* Dump the representation of the function. */
+ emergency_dump_function ();
+
/* Reset the pretty-printer. */
pp_clear_output_area (context->printer);