Bug 69630 - [Help Wanted][Variant] __int64 keyword reported as error by indexer
Summary: [Help Wanted][Variant] __int64 keyword reported as error by indexer
Status: CLOSED DUPLICATE of bug 383773
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2004-07-08 12:01 EDT by yugeshren CLA
Modified: 2013-05-08 13:18 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yugeshren CLA 2004-07-08 12:01:23 EDT
My project is using OpenWatcom 1.2 (Standard Make). 

The keyword __int64 is used in the source (__int64 is a long long). the 
keyword is recognized by the compiler (i.e. not defined in a header).

The indexer flags the __int64 data type as an error.
Comment 1 John Camelon CLA 2004-07-08 14:12:21 EDT
When we get around to providing a Watcom parser configuration, we can address 
this. 
Comment 2 yugeshren CLA 2004-07-08 17:18:05 EDT
I think other compilers also support the __int64 keyword (I think MS supports 
it). It's just not an ANSI keyword (at this time).

The keyword might not be widely used at this time. We're bound to see more of 
it when AMD64 cpu's become more prevalent :-)

Reference to the MS support:

http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/vccelng/htm/basic_45.asp
Comment 3 Wallace Chen CLA 2005-11-16 21:54:14 EST
With slow, it also ocuppies too much memory. In my system, the memory occupied
is up to 600M, and increase continuely.

My System:
CPU: P4 2.4G
Memory: 1024M
OS: Windows 2000
Eclipse: 3.1.1
CDT: 3.0.1
Compiler: MinGW 3.1

C/C++ project only includes one main.cpp file, the C/C++ indexer occupies 99%
CPU Usage and about 500M memory, and takes more than 5 minutes every time I
change the source.
Comment 4 Chris Recoskie CLA 2007-05-18 16:17:22 EDT
No one is currently looking at this.  If someone wanted to contribute a Watcom or MSVC parser variant we would welcome the contribution.
Comment 5 Doug Schaefer CLA 2007-08-21 10:56:45 EDT
Future means you commit to fix it in the Future. Inboxes can't make committments. Moving to '--'.
Comment 6 Axel Mueller CLA 2013-01-28 10:28:46 EST
Duplicate of bug #383773
Comment 7 Sergey Prigogin CLA 2013-05-08 13:18:17 EDT

*** This bug has been marked as a duplicate of bug 383773 ***