Skip to content

Commit 221e3de

Browse files
author
roman_yakovenko
committed
few bug fixes, after upgrading to latest gccxml version
1 parent 9d99f0d commit 221e3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygccxml/parser/scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def __read_version(self, attrs):
530530
elif version <= 1.114:
531531
logger.info ( 'GCCXML version - 0.7' )
532532
self.__compiler = compilers.GCC_XML_07
533-
elif version in ( 1.115, 1.116, 1.117 ):
533+
elif version in ( 1.115, 1.116, 1.117, 1.118, 1.119, 1.120, 1.121 ):
534534
logger.info ( 'GCCXML version - 0.9 BUGGY' )
535535
self.__compiler = compilers.GCC_XML_09_BUGGY
536536
else:

0 commit comments

Comments
 (0)