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 - GNU extensions support
Summary: GNU extensions support
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-16 16:20 UTC by sudhirb
Modified: 2009-03-16 13:52 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 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.