On 03/10/2011 03:45 PM, Jakub Jelinek wrote:
E.g. http://gcc.gnu.org/wiki/HowToPrepareATestcase recommends abort instead and it is existing practice too.
In the C++ testcase most testcases return non-zero to indicate failure. The main reason for this is to avoid having to deal with declaring abort.
Jason