autoconf-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Ignore boilerplate logo from MSVC on stderr.


From: Paolo Bonzini
Subject: Re: [PATCH] Ignore boilerplate logo from MSVC on stderr.
Date: Wed, 18 Aug 2010 13:35:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5

On 08/16/2010 08:14 PM, Peter Rosin wrote:
The logo of my version of MSVC is:

----8<----
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

----8<----

Which I match with (in some quasi-regexp notation)

----8<----
Microsoft.*Optimizing Compiler.*
Copyright.*Microsoft Corporation.*
.\{0,1\}
----8<----

(but only if it matches the first three lines in stderr)

I don't know why I have to have the ".\{0,1\}" part of the regexp,
but I suspect that it has something to do with newline conversion
in MSYS.

Yes, it matches a CR.

Paolo



reply via email to

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