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 243518

Summary: inaccuracy tests (clang): function with spec returning function with spec
Product: cnd Reporter: soldatov <soldatov>
Component: Code ModelAssignee: petrk
Status: VERIFIED FIXED    
Severity: normal    
Priority: P2    
Version: 8.0.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2014-04-03 12:55:13 UTC
File: CXX/except/except.spec/p2-places.cpp
Errors:
CXX/except/except.spec/p2-places.cpp 29 unexpected token: throw
CXX/except/except.spec/p2-places.cpp 40 unexpected token: }
CXX/except/except.spec/p2-places.cpp 56 unexpected token: noexcept
CXX/except/except.spec/p2-places.cpp 63 unexpected token: }

For example:
  // Ultimate parser thrill: function with spec returning function with spec and
  // taking pointer to function with spec.
  // The actual function throws int, the return type double, the argument float.
  void (*i1() throw(int))(void (*)() throw(float)) throw(double);
  void (*i2() noexcept(false))(void (*)() noexcept(true)) noexcept(false);
Comment 2 Quality Engineering 2014-04-18 02:40:36 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/993581e06a37
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #243518 - inaccuracy tests (clang): function with spec returning function with spec
Comment 3 soldatov 2014-04-22 07:33:46 UTC
verified
no errors in latest test report
Comment 4 Quality Engineering 2014-04-24 02:07:18 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/746446894edf
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #243518 - inaccuracy tests (clang): function with spec returning function with spec
(transplanted from 993581e06a37395281e594a272a43600631ec226)