diff options
author | Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> | 2017-05-23 09:49:27 +0000 |
---|---|---|
committer | Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org> | 2017-05-23 09:49:27 +0000 |
commit | 008c7367882c28ab07d39b3e914533cc6ca2256a (patch) | |
tree | 58d3f5a6467f000d86b5e064afd88d4a067344e1 /gcc/coverage.c | |
parent | 8d4f5c68212fc3a39958c7dbc40dc0891b96df3c (diff) | |
download | gcc-008c7367882c28ab07d39b3e914533cc6ca2256a.zip gcc-008c7367882c28ab07d39b3e914533cc6ca2256a.tar.gz gcc-008c7367882c28ab07d39b3e914533cc6ca2256a.tar.bz2 |
Fix bogus builtin-snprintf-warn-3.c failure for avr
The test declares a struct with an array member that has INT_MAX/32767
elements. This causes a "type xxx is too large" error for targets like
the avr, which has 16 bit pointers.
Fix by marking the test as unsupported for targets with ptr size < 32.
2017-05-23 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/tree-ssa/builtin-snprintf-warn-3.c: Require ptr32plus.
From-SVN: r248361
Diffstat (limited to 'gcc/coverage.c')
0 files changed, 0 insertions, 0 deletions