Validating a C++ back-end

Nathan Sidwell nathan@codesourcery.com
Tue May 10 17:29:00 GMT 2005


Vasanth wrote:
> Hi Nathan,
> 
> Thanks for the inputs. Can you tell me if there is a set of tests in
> the G++ testsuite for verifying just my implementation of basic
> machine dependent C++ hooks? To give examples - verify global
> constructor/destructors being invoked correctly, init_priority,
> thunks,  Vtable stuff etc. Can I just take all those "dg-do run" tests
> and run them on my target?

All gcc has are the g++.dg and g++-old-deja tests.  If they pass, you
have a compiler that is probably as functional as any other gcc target.

nathan
-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



More information about the Gcc mailing list