PR preprocessor/83173: New test
commit4249dcb909586e27ed2d3c9d7b3834261e8c1e88
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2018 15:53:51 +0000 (27 15:53 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2018 15:53:51 +0000 (27 15:53 +0000)
tree52b4d730c96dff21a590f8f580b7f7afcb0fd8d9
parent81affb1d35c530eb5d7cba5d4bc69367b29033ad
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266518 138bc75d-0d04-0410-961f-82ee72b054a4
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