Commit 830aecf0 by Segher Boessenkool Committed by Segher Boessenkool

* gcc.target/powerpc/recip-test.h (_ARCH_PPC64): Use __LP64__ instead.

From-SVN: r219430
parent abaab34f
2015-01-11 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.target/powerpc/recip-test.h (_ARCH_PPC64): Use __LP64__ instead.
2015-01-10 Tobias Burnus <burnus@net-b.de> 2015-01-10 Tobias Burnus <burnus@net-b.de>
PR fortran/64522 PR fortran/64522
......
/* Check reciprocal estimate functions for accuracy. */ /* Check reciprocal estimate functions for accuracy. */
#ifdef _ARCH_PPC64 #ifdef __LP64__
typedef unsigned long uns64_t; typedef unsigned long uns64_t;
#define UNUM64(x) x ## L #define UNUM64(x) x ## L
......
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