From f2ca2088bc393a7d3d8eef4ff85cbe949db3cde0 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 24 Feb 2020 17:02:11 -0500 Subject: analyzer: fix -fdump-analyzer This patch fixes a bug with -fdump-analyzer, which is meant to write purely a dumpfile, but was erroneously sending part of the dump to stderr. gcc/analyzer/ChangeLog: * engine.cc (exploded_graph::get_or_create_node): Dump the program_state to the pp, rather than to stderr. --- gcc/analyzer/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/analyzer/ChangeLog') diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index 7511c2d..f92b56f 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,5 +1,10 @@ 2020-02-24 David Malcolm + * engine.cc (exploded_graph::get_or_create_node): Dump the + program_state to the pp, rather than to stderr. + +2020-02-24 David Malcolm + PR analyzer/93032 * sm.cc (make_checkers): Require the "taint" checker to be explicitly enabled. -- cgit v1.1