View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012234GCC-XML(No Category)public2011-05-29 00:282015-03-26 11:59
ReporterChristofer Bertonha 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionsuspended 
PlatformLinuxOSArch LinuxOS Version
Summary0012234: Parsing a c program where an include to mmintrin, emmintrin or xmmintrin gives error
DescriptionParsing a c program where an include to mmintrin, emmintrin or xmmintrin gives error.

Tested only on gcc-4.6
Steps To Reproducevim test.c

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

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

gccxml test.c
Additional InformationNext I will upload the files with trim functions where error occurs. To be copied to support/gcc/4.6
TagsNo tags attached.
Attached Files? file icon emmintrin.h [^] (49,911 bytes) 2011-05-29 00:28
? file icon mmintrin.h [^] (29,371 bytes) 2011-05-29 00:29
? file icon xmmintrin.h [^] (41,459 bytes) 2011-05-29 00:29

 Relationships

  Notes
(0038321)
Brad King (manager)
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 [^]

 Issue History
Date Modified Username Field Change
2011-05-29 00:28 Christofer Bertonha New Issue
2011-05-29 00:28 Christofer Bertonha File Added: emmintrin.h
2011-05-29 00:29 Christofer Bertonha File Added: mmintrin.h
2011-05-29 00:29 Christofer Bertonha File Added: xmmintrin.h
2015-03-26 11:59 Brad King Note Added: 0038321
2015-03-26 11:59 Brad King Status new => resolved
2015-03-26 11:59 Brad King Resolution open => suspended
2015-03-26 11:59 Brad King Assigned To => Brad King


Copyright © 2000 - 2018 MantisBT Team