aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
diff options
context:
space:
mode:
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>2017-05-17 05:50:37 +0000
committerSenthil Kumar Selvaraj <saaadhu@gcc.gnu.org>2017-05-17 05:50:37 +0000
commit8508a5b58ff4eefe161489d10623a9a24899c0b2 (patch)
tree8856cda57f563dfbde334d5eb2e40a5ecb4c00fd /gcc/print-tree.c
parentbc36d2b7aea6437d579ac1df84278e24c7f15485 (diff)
downloadgcc-8508a5b58ff4eefe161489d10623a9a24899c0b2.zip
gcc-8508a5b58ff4eefe161489d10623a9a24899c0b2.tar.gz
gcc-8508a5b58ff4eefe161489d10623a9a24899c0b2.tar.bz2
Fix bogus pr78886.c failure for avr
The test fails for avr because malloc has been declared to take an unsigned long, whereas size_t for avr is only unsigned int. Fixed by typedef'ing __SIZE_TYPE__ to size_t and using it in the malloc function declaration. gcc/testsuite/ 2017-05-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com> * gcc.dg/tree-ssa/pr78886.c: Use __SIZE_TYPE__ instead of unsigned long. From-SVN: r248138
Diffstat (limited to 'gcc/print-tree.c')
0 files changed, 0 insertions, 0 deletions