Re: [PATCH 1/2] Support C++-specific selftests

2017-06-30 Thread Jeff Law
On 06/22/2017 06:20 PM, David Malcolm wrote: > Currently the "make selftest" target run during each stage of the > build just runs the selftests within cc1. > > As part of the fix for PR c++/81167 I want to be able to write > C++-specific selftests (to exercise the C++ implementation of > the

[PATCH 1/2] Support C++-specific selftests

2017-06-22 Thread David Malcolm
Currently the "make selftest" target run during each stage of the build just runs the selftests within cc1. As part of the fix for PR c++/81167 I want to be able to write C++-specific selftests (to exercise the C++ implementation of the pp's format_decoder). Hence this patch generalizes the