From: Andrew Pinski Date: Mon, 18 Apr 2005 17:19:55 +0000 (-0700) Subject: Add PR markers to: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3df2571314c17175ce7b029c319817914ef0306;p=gcc.git Add PR markers to: 2005-04-18 Alexandre Oliva PR middle-end/21049 * tree-cfg.c (dump_function_to_file): Do not crash if cfun or cfun->cfg are NULL. From-SVN: r98334 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f07ba4d2586..225d5325995 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2005-04-18 Alexandre Oliva + PR middle-end/21049 * tree-cfg.c (dump_function_to_file): Do not crash if cfun or cfun->cfg are NULL.