Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Gcc Error Parser

There were some changes there, please raise a bug report so that we can take a look.

 

Thanks,

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Olivier Corbun
Sent: Monday, June 11, 2007 8:23 AM
To: cdt-dev@xxxxxxxxxxx
Cc: Olivier Corbun; Veenu Verma (AS/EAB)
Subject: [cdt-dev] Gcc Error Parser

 

Hi,

Since we moved from CDT 3.1 to CDT 4.0 RC2, I noticed
that outputs from gcc can be wrongly parsed.

Here is a JUnit test. It uses EasyMock.
The second test passes. Test 1 and 3 do not. The
error description is truncated.

Adding "Error: " between the line number and the description
makes the parser to work. A problem in the regexp?

Regards
Olivier Corbun
Ericsson, Sweden


Back to the top