Commit 9375d7d4 by Stanislaw Halik Committed by Jonathan Yong

016-08-17 Stanislaw Halik <sthalik@misaki.pl>

        PR target/66488
        * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.

From-SVN: r239525
parent 18d08617
2016-08-17 Stanislaw Halik <sthalik@misaki.pl>
PR target/66488
* config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
2016-08-17 Richard Biener <rguenther@suse.de>
* tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
......
......@@ -38,3 +38,7 @@ along with GCC; see the file COPYING3. If not see
#define HOST_LONG_LONG_FORMAT "I64"
#endif
/* this is to prevent gcc-heap.c from assuming sizeof(long) == sizeof(intptr_t) */
#ifdef __x86_64__
# define HOST_BITS_PER_PTR 64
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment