View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006152GCC-XMLpublic2007-12-12 11:002015-03-26 11:59
ReporterRoman A. Kulikov 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionsuspended 
PlatformOSOS Version
Summary0006152: gccxml returns error parsing code that should not be parsed
DescriptionExample 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0009863)
Roman A. Kulikov (reporter)
2007-12-12 11:03

Of course, I tried gccxml version 0.7.0
(0038331)
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
2007-12-12 11:00 Roman A. Kulikov New Issue
2007-12-12 11:03 Roman A. Kulikov Note Added: 0009863
2015-03-26 11:59 Brad King Note Added: 0038331
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