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 - file.c compiled by g++ has incorrect tool set up
Summary: file.c compiled by g++ has incorrect tool set up
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 23:11 UTC by Vladimir Voskresensky
Modified: 2012-08-16 01:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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