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 147395

Summary: GNU extensions support
Product: cnd Reporter: sudhirb <sudhirb>
Component: -- Other --Assignee: nnnnnk <nnnnnk>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description sudhirb 2008-09-16 16:20:51 UTC
Netbeans C/C++ development module does not identify the GNU extensions to C/C++ like __restrict__, __aligned__ and
__declspec etc. It reports errors on the lines of code where these appear and variables or functions declared using
these are also not identified thereafter. Support for GNU extensions to C is needed in Netbeans.
Comment 1 Vladimir Voskresensky 2008-09-16 16:54:06 UTC
Could you, please, attach problematic file to IZ? Should be easy to fix, because in fact, we support most of them.
Thanks,
Vladimir.
Comment 2 nnnnnk 2009-03-16 13:52:12 UTC
we support most of GNU extensions.