diff options
author | saaadhu <saaadhu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-03-21 12:05:09 +0000 |
---|---|---|
committer | saaadhu <saaadhu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-03-21 12:05:09 +0000 |
commit | a01c7cc39ab25f67418270bf6ea4340152ef6e9d (patch) | |
tree | 51d385e2eca02bf4cb4968c332403afb0dc2be40 /gcc/tree-stdarg.c | |
parent | 034ffcd62633381895061aff662795ae7f4b8db1 (diff) |
Fix failing overflow-1.c for avr
The test assumes 32 bit ints, and expects a constant in the
dump that is only valid for 32 bit ints. Fix by explicitly
specifying __UINT32_TYPE__.
gcc/testsuite/
2017-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
* gcc.dg/tree-ssa/overflow-1.c: Use __UINT32_TYPE__ for targets
with sizeof(int) < 4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-stdarg.c')
0 files changed, 0 insertions, 0 deletions