Re: [PATCH 07/16] Add test-functions.c to unittests

2015-10-29 Thread Jeff Law
On 10/27/2015 01:49 PM, David Malcolm wrote: gcc/testsuite/ChangeLog: * unittests/test-functions.c: New file. There's some if (0) code in here that needs to be eliminated. The RTL case in particular is probably stretching the limits of what we can do with the framework right now. Or m

[PATCH 07/16] Add test-functions.c to unittests

2015-10-27 Thread David Malcolm
gcc/testsuite/ChangeLog: * unittests/test-functions.c: New file. --- gcc/testsuite/unittests/test-functions.c | 645 +++ 1 file changed, 645 insertions(+) create mode 100644 gcc/testsuite/unittests/test-functions.c diff --git a/gcc/testsuite/unittests/test-fun