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 243510 - inaccuracy tests (clang): constexpr keyword
Summary: inaccuracy tests (clang): constexpr keyword
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: petrk
URL:
Keywords:
: 224030 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-04-03 10:56 UTC by soldatov
Modified: 2014-08-13 13:32 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 soldatov 2014-04-03 10:56:40 UTC
File: /export/hudson/home/projects/clang_cpp11/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
Errors:
Expected error: CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 37 unexpected token: {
Expected error: CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 38 Unable to resolve identifier TC1.
Expected error: CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 39 Unable to resolve identifier TS1.
Expected error: CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 40 Unable to resolve identifier TU1.
Expected error: CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 44 unexpected token: constexpr
CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 47 Unable to resolve identifier u3.
CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 48 unexpected token: {
CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 52 unexpected token: constexpr
Expected error: CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 66 unexpected token: constexpr
CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp 107 Method pixel does not have declaration.


constexpr class C3 {} c3 = C3();
constexpr struct S3 {} s3 = S3();
constexpr union U3 {} u3 = {};
constexpr enum E3 { V3 } e3 = V3;
class C4 {} constexpr c4 = C4();
struct S4 {} constexpr s4 = S4();
union U4 {} constexpr u4 = {};
enum E4 { V4 } constexpr e4 = V4;
Comment 1 petrk 2014-04-16 13:19:21 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/47056eb21900
Comment 2 Quality Engineering 2014-04-18 02:41:06 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/47056eb21900
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #243510 - inaccuracy tests (clang): constexpr keyword
Comment 3 Quality Engineering 2014-04-20 01:24:00 UTC
Integrated into 'main-silver', will be available in build *201404200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/af8688c43fc8
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Additional fix for #243510 - inaccuracy tests (clang): constexpr keyword
Comment 4 soldatov 2014-04-22 07:20:46 UTC
verified
no errors in latest test report
Comment 5 Quality Engineering 2014-04-24 02:07:46 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/96d220d499c5
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #243510 - inaccuracy tests (clang): constexpr keyword
(transplanted from 47056eb21900c6b53b06792321209f943a593436)
Comment 6 petrk 2014-08-13 13:32:22 UTC
*** Bug 224030 has been marked as a duplicate of this bug. ***