This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 216677

Summary: file.c compiled by g++ has incorrect tool set up
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: ProfileAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2012-08-10 23:11:13 UTC
code assistance for file.c file is completely broken and "new" is not considered to be a keyword, 
#include <list> is broken 
because discovery didn't associated file.c with C++ compiler, although the command line in log and in intercepter is
g++ .... file.c
Comment 1 Alexander Simon 2012-08-14 14:18:24 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/30ff1632f800
Comment 2 Quality Engineering 2012-08-15 01:40:40 UTC
Integrated into 'main-golden', will be available in build *201208150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/30ff1632f800
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed,Bug #216677 file.c compiled by g++ has incorrect tool set up
Comment 3 Quality Engineering 2012-08-16 01:27:55 UTC
Integrated into 'main-golden', will be available in build *201208160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4d76a34dde47
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fix unit test after fixing Bug #216677 file.c compiled by g++ has incorrect tool set up