MantisBT - GCC-XML
View Issue Details
0006152GCC-XMLpublic2007-12-12 11:002015-03-26 11:59
Roman A. Kulikov 
Brad King 
normalminoralways
resolvedsuspended 
0006152: gccxml returns error parsing code that should not be parsed
Example of code (main.c):
1 int main() {
2 #if 0
3 __asm
4 {
5 ; comment'
6 push eax
7 }
8 #endif
9 return 0;
10 }
Error: main.c:5:26: missing terminating ' character.
gcc (4.1) doesn't complain.
No tags attached.
Issue History
2007-12-12 11:00Roman A. KulikovNew Issue
2007-12-12 11:03Roman A. KulikovNote Added: 0009863
2015-03-26 11:59Brad KingNote Added: 0038331
2015-03-26 11:59Brad KingStatusnew => resolved
2015-03-26 11:59Brad KingResolutionopen => suspended
2015-03-26 11:59Brad KingAssigned To => Brad King

Notes
(0009863)
Roman A. Kulikov   
2007-12-12 11:03   
Of course, I tried gccxml version 0.7.0
(0038331)
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 [^]