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 243525 - inaccuracy tests (clang): digraphs
Summary: inaccuracy tests (clang): digraphs
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:
Depends on:
Blocks:
 
Reported: 2014-04-03 13:52 UTC by soldatov
Modified: 2014-04-24 02:09 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 13:52:41 UTC
File: CXX/lex/lex.pptoken/p3-0x.cpp
Errors:
CXX/lex/lex.pptoken/p3-0x.cpp 5 unexpected token: b
CXX/lex/lex.pptoken/p3-0x.cpp 8 unexpected token: :

Code:
int a<::> = { 1, 2, 3 };
int b = a<:::a<:0:>:>;
bool c = a<:0:><::b;

template<int &n> void f() {}
template void f<::b>();
Comment 1 petrk 2014-04-16 15:57:30 UTC
Fixed in http://hg.netbeans.org/cnd-main/
Comment 3 Quality Engineering 2014-04-18 02:43:01 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/acded8651eb3
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #243525 - inaccuracy tests (clang): digraphs
Comment 4 soldatov 2014-04-22 07:38:18 UTC
verified
no errors in latest test report
Comment 5 Quality Engineering 2014-04-24 02:09:07 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/5e368f3b76fb
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #243525 - inaccuracy tests (clang): digraphs
(transplanted from acded8651eb3189fe35f46550c7a23e19a52be8a)