From 0b0cfd95720af55a69345970261208f349d40d36 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 1 Jul 2020 15:49:48 -0400 Subject: [PATCH 273/315] FIXME: fix typo --- gcc/analyzer/region-model2-impl-calls.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/analyzer/region-model2-impl-calls.cc b/gcc/analyzer/region-model2-impl-calls.cc index 324b07c3b1b..51d02823a3b 100644 --- a/gcc/analyzer/region-model2-impl-calls.cc +++ b/gcc/analyzer/region-model2-impl-calls.cc @@ -172,7 +172,7 @@ region_model2::impl_call_analyzer_describe (const gcall *call, warning_at (call->location, 0, "%s", desc.m_buffer); } -/* Handle the "__analyzer_eval" by evaluating the input +/* Handle a call to "__analyzer_eval" by evaluating the input and dumping as a dummy warning, so that test cases can use dg-warning to validate the result (and so unexpected warnings will lead to DejaGnu failures). -- 2.26.2