Discussion:
[GCC-XML] gccxml chokes on __atomic_xxx builtin functions
Daniele Nicolodi
2014-11-03 23:22:29 UTC
Permalink
Hello,

I'm using gccxml from debian ustable (the gccxml version there is marked
as 0.9.0+git20140716) and I'm trying to run it over a code base that
makes uses of the boost C++ library.

Doing so gccxml does not recognize a number of gcc builtin functions
dealing with atomic operations. Indeed I don't see them defined anywhere
in /gccxml/GCC_XML/Support/GCC/

Is this supposed to work? Am I using gccxml in the wrong way, or do I
need to add the builtin definitions to the support files?

Thanks!

Best,
Daniele
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/gccxml
Brad King
2014-11-04 16:11:17 UTC
Permalink
Post by Daniele Nicolodi
Doing so gccxml does not recognize a number of gcc builtin functions
dealing with atomic operations. Indeed I don't see them defined anywhere
in /gccxml/GCC_XML/Support/GCC/
Is this supposed to work? Am I using gccxml in the wrong way, or do I
need to add the builtin definitions to the support files?
The definitions need to be added, please.

Thanks,
-Brad

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/gccxml

Loading...