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 196419 - need to recognize Studio 12.3 and 12.3 patch compilers
Summary: need to recognize Studio 12.3 and 12.3 patch compilers
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 22:10 UTC by Thomas Preisler
Modified: 2011-03-09 05:38 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 Thomas Preisler 2011-03-07 22:10:08 UTC
Compiler version strings of existing compilers and best guess of future compilers:

12.1:
  cc: Sun C 5.10 SunOS_i386 Patch 142363-07 2010/12/09
  CC: Sun C++ 5.10 SunOS_i386 128229-11 2010/10/14
  f90: Sun Fortran 95 8.4 SunOS_i386 Patch 141852-07 2010/11/03

12.2:
  cc: Sun C 5.11 SunOS_i386 145355-02 2010/12/08
  CC: Sun C++ 5.11 SunOS_i386 145731-01 2010/12/28
  f90: Sun Fortran 95 8.5 SunOS_i386 2010/08/13

Today:
  cc: Sun C 5.12 SunOS_i386 Spica 2011/03/02
  CC: Sun C++ 5.12 SunOS_i386 Spica 2011/03/02
  f90: Sun Fortran 95 8.6 SunOS_i386 Spica 2011/03/02

12.3 (release):
  cc: Sun C 5.12 SunOS_i386 2011/03/02
  CC: Sun C++ 5.12 SunOS_i386 2011/03/02
  f90: Sun Fortran 95 8.6 SunOS_i386 2011/03/02

12.3 (patch):
  cc: Sun C 5.12 SunOS_i386 Patch 141852-07 2011/03/02
  CC: Sun C++ 5.12 SunOS_i386 Patch 141852-07 2011/03/02
  f90: Sun Fortran 95 8.6 SunOS_i386 Patch 141852-07 2011/03/02 

We need to recognize 12.3 (release) and 12.3 (patch) compilers as Studio 12.3 compilers.
Comment 1 Thomas Preisler 2011-03-08 06:39:48 UTC
Fixed:


changeset 8cc87c01b95f in cnd-main
details: http://hg.netbeans.org/cnd-main?cmd=changeset;node=8cc87c01b95f
description:
	#196419 need to recognize Studio 12.3 and 12.3 patch compilers

Sputnik:

changeset:   2399:68f011d03469
user:        Thomas Preisler <thp@netbeans.org>
date:        Mon Mar 07 16:58:11 2011 -0800
summary:     #196419 need to recognize Studio 12.3 and 12.3 patch compilers

changeset:   2400:f7e1cdd42b2a
user:        Thomas Preisler <thp@netbeans.org>
date:        Mon Mar 07 16:58:27 2011 -0800
summary:     #196419 need to recognize Studio 12.3 and 12.3 patch compilers
Comment 2 Quality Engineering 2011-03-09 05:38:42 UTC
Integrated into 'main-golden', will be available in build *201103090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8cc87c01b95f
User: Thomas Preisler <thp@netbeans.org>
Log: #196419 need to recognize Studio 12.3 and 12.3 patch compilers