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 246398 - gcc 4.10 is not detected as Cygwin_4.x tool collection
Summary: gcc 4.10 is not detected as Cygwin_4.x tool collection
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-12 06:44 UTC by Alexander Simon
Modified: 2014-09-21 19:39 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 Alexander Simon 2014-08-12 06:44:13 UTC
From GCC road map:
GCC 4.10 Stage 1 (starts 2014-04-11)
Tool collection Cygwin_4.x has recognition pattern:
".*\(GCC\) 4\.[3-9]"
It stop work for gcc 4.10
Comment 1 Alexander Simon 2014-08-12 07:18:05 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/69daea972531
- pattern changed to:
".*\(GCC\) 4\."
Comment 2 Quality Engineering 2014-08-13 02:24:24 UTC
Integrated into 'main-silver', will be available in build *201408130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/69daea972531
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #246398 gcc 4.10 is not detected as Cygwin_4.x tool collection
Comment 3 soldatov 2014-09-21 19:39:50 UTC
I don't see any regressions in NetBeans 8.0.1patch1.

GCC 4.10 will not appear. Next release has GCC 5.0 name.