lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 16429c8 3/5: Remove filters for obsolete tool


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 16429c8 3/5: Remove filters for obsolete toolchains
Date: Sat, 21 Apr 2018 13:56:28 -0400 (EDT)

branch: master
commit 16429c83b9a8fc0a20677821fb13f4b51bfa6151
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove filters for obsolete toolchains
---
 diagnostics.sed | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/diagnostics.sed b/diagnostics.sed
index ebd2ece..4df1206 100644
--- a/diagnostics.sed
+++ b/diagnostics.sed
@@ -60,23 +60,6 @@
 /^[^ ]*ar: creating /d
 /^Creating library file:.*.a$/d
 /^< [a-z0-9].d0/d
-  # Delete expected output from como build.
-/^como  -c/d
-/^como -o/d
-/^Comeau/d
-/^Copyright/d
-/^MODE:.*C++/d
-/^C++ prelinker:.*assigned to file [^ ]*o$/d
-/^C++ prelinker:.*adopted by file [^ ]*o$/d
-/^C++ prelinker:.*no longer needed in [^ ]*o$/d
-/^C++ prelinker: executing:/d
-  # Delete expected output from borland build.
-/^[^ ]*bcc_cc  *--accept/d
-/^Borland C++/d
-/^Loaded pre-compiled headers\.$/d
-/^[^ ]*bcc_ld  *--accept/d
-/^Turbo Incremental Link/d
-/^\\[/A-Za-z0-9_]*.cpp:$/d
   # Delete multiple blank lines.
 /./,/^$/!d
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]