From 0e19f1055f6d37a53d392166b70bc4cba155e4b3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 10 Mar 2022 20:43:44 -0800 Subject: Add some common recent errors to bugscan --- bugscan.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bugscan.rb b/bugscan.rb index 2a70d24..cd04185 100644 --- a/bugscan.rb +++ b/bugscan.rb @@ -21,4 +21,9 @@ $bug_matches = { "-unsafe-string is not available." => "err_ocamlunsafestring", # e.g. mp3packer "multiple definition of" => "err_multipledefinition", "scalar and rank-1" => "err_fortranscalarandrank", + "ISO C\+\+17 does not allow dynamic exception specifications" => "err_dynamicexception", # e.g. advancecomp + "contains a standard '/usr/lib" => "err_rpath", # e.g. gnokii + "'check-rpaths' detected a broken RPATH OR RUNPATH" => "err_rpath", # e.g. lame + "Failed to load XMvn configuration" => "err_wmvnconfig", # e.g. junitperf + "did you forget to '#include" => "err_stdheaders", # e.g. lnav } -- cgit v1.2.1