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 77685 - *Code Model* Parser error on linkage specification + declaration
Summary: *Code Model* Parser error on linkage specification + declaration
Status: RESOLVED DUPLICATE of bug 78680
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 21:28 UTC by Vladimir Voskresensky
Modified: 2010-02-01 10:20 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 Vladimir Voskresensky 2006-06-10 21:28:28 UTC
The following test (extern_locale.cpp):
typedef struct __locale_struct
{
} *__locale_t;

extern __locale_t uselocale (__locale_t __dataset) throw ();

namespace cxx
{
  __typeof(uselocale) __uselocale__;
  extern "C" __typeof(uselocale) __uselocale;
}

Reports parser errors:
extern_locale.cpp:9:23: unexpected token: __uselocale__
extern_locale.cpp:10:34: unexpected token: __uselocale
Comment 1 Vladimir Voskresensky 2006-06-20 21:54:57 UTC

*** This issue has been marked as a duplicate of 78680 ***