Use __{U,}INTPTR_TYPE__ to avoid including stdint.h
commit69a499fa9b59da2cffb1427f79c8dcbb6fadf4b3
authorsaaadhu <saaadhu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jul 2016 05:22:08 +0000 (27 05:22 +0000)
committersaaadhu <saaadhu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jul 2016 05:22:08 +0000 (27 05:22 +0000)
tree4b03367eaa19b26988842dc38a3ecc891c60ccf3
parent751fef9508b2a1f46f739e3e56b8ae85bc7573b9
Use __{U,}INTPTR_TYPE__ to avoid including stdint.h

gcc/testsuite/

* gcc.dg/torture/pr69352.c: Use  __INTPTR_TYPE__ instead of
including stdint.h.
* gcc.dg/torture/pr71866.c: Use __UINTPTR_TYPE__ isntead of
including stdint.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238780 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr69352.c
gcc/testsuite/gcc.dg/torture/pr71866.c