PR preprocessor/83173: New test
authorMike Gulick <mgulick@mathworks.com>
Tue, 27 Nov 2018 15:53:51 +0000 (15:53 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 27 Nov 2018 15:53:51 +0000 (15:53 +0000)
commit4d8da4df6b6c2c7b89a6cc402bc134b69911e922
tree52b4d730c96dff21a590f8f580b7f7afcb0fd8d9
parent862ec76377acf7a20009d755f45d8480868c3fc8
PR preprocessor/83173: New test

2018-11-27  Mike Gulick  <mgulick@mathworks.com>

PR preprocessor/83173
* gcc.dg/plugin/location-overflow-test-pr83173.c: New test.
* gcc.dg/plugin/location-overflow-test-pr83173.h: Header for
pr83173.c.
* gcc.dg/plugin/location-overflow-test-pr83173-1.h: Header for
pr83173.c.
* gcc.dg/plugin/location-overflow-test-pr83173-2.h: Header for
pr83173.c.
* gcc.dg/plugin/location_overflow_plugin.c: Use PLUGIN_PRAGMAS
instead of PLUGIN_START_UNIT.
* gcc.dg/plugin/plugin.exp: Enable new test.

From-SVN: r266518
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-1.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173-2.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/plugin/location-overflow-test-pr83173.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/plugin/location_overflow_plugin.c
gcc/testsuite/gcc.dg/plugin/plugin.exp