From daniele at grinta.net Mon Nov 3 18:22:29 2014 From: daniele at grinta.net (Daniele Nicolodi) Date: Tue, 04 Nov 2014 00:22:29 +0100 Subject: [GCC-XML] gccxml chokes on __atomic_xxx builtin functions Message-ID: <54580E35.6050300@grinta.net> 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 From brad.king at kitware.com Tue Nov 4 11:11:17 2014 From: brad.king at kitware.com (Brad King) Date: Tue, 04 Nov 2014 11:11:17 -0500 Subject: [GCC-XML] gccxml chokes on __atomic_xxx builtin functions In-Reply-To: <54580E35.6050300@grinta.net> References: <54580E35.6050300@grinta.net> Message-ID: <5458FAA5.1000200@kitware.com> On 11/03/2014 06:22 PM, Daniele Nicolodi wrote: > 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