MantisBT - GCC-XML
View Issue Details
0012234GCC-XML(No Category)public2011-05-29 00:282015-03-26 11:59
Christofer Bertonha 
Brad King 
normalmajoralways
resolvedsuspended 
LinuxArch Linux
0012234: Parsing a c program where an include to mmintrin, emmintrin or xmmintrin gives error
Parsing a c program where an include to mmintrin, emmintrin or xmmintrin gives error.

Tested only on gcc-4.6
vim test.c

include <mmintrin.h>
include <emmintrin.h>
include <xmmintrin.h>
include <stdio.h>

int main() {
  printf("hello world\n");
}

gccxml test.c
Next I will upload the files with trim functions where error occurs. To be copied to support/gcc/4.6
No tags attached.
? emmintrin.h (49,911) 2011-05-29 00:28
https://public.kitware.com/Bug/file/3906/emmintrin.h
? mmintrin.h (29,371) 2011-05-29 00:29
https://public.kitware.com/Bug/file/3907/mmintrin.h
? xmmintrin.h (41,459) 2011-05-29 00:29
https://public.kitware.com/Bug/file/3908/xmmintrin.h
Issue History
2011-05-29 00:28Christofer BertonhaNew Issue
2011-05-29 00:28Christofer BertonhaFile Added: emmintrin.h
2011-05-29 00:29Christofer BertonhaFile Added: mmintrin.h
2011-05-29 00:29Christofer BertonhaFile Added: xmmintrin.h
2015-03-26 11:59Brad KingNote Added: 0038321
2015-03-26 11:59Brad KingStatusnew => resolved
2015-03-26 11:59Brad KingResolutionopen => suspended
2015-03-26 11:59Brad KingAssigned To => Brad King

Notes
(0038321)
Brad King   
2015-03-26 11:59   
As announced here:

 [ANNOUNCE] GCC-XML maintenance moving to Github
 http://thread.gmane.org/gmane.comp.compilers.gccxml/731 [^]
 http://public.kitware.com/pipermail/gccxml/2015-March/003206.html [^]

gccxml will no longer be developed by its original author, who will instead focus on CastXML:

 https://github.com/CastXML/CastXML#readme [^]

The original GCC-XML issue tracker is now closed. In order to facilitate ongoing maintenance by community participants, issues will now be tracked on the Github repository page:

 https://github.com/gccxml/gccxml/issues [^]