[PATCH 5/6] rs6000: Fix gcc.dg/20020919-1.c for -m32 -mpowerpc64

David Edelsohn dje.gcc@gmail.com
Sat Jan 17 15:18:00 GMT 2015


On Sat, Jan 17, 2015 at 3:48 AM, Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> "long long" takes one register exactly when TARGET_POWERPC64, which
> is _ARCH_PPC64 in preprocessor macros; not just for 64-bit ABIs.
>
>
> 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
>
> gcc/testsuite/
>         * gcc.dg/20020919-1.c: Use _ARCH_PPC64 to test for -mpowerpc64.

Okay.

Thanks, David



More information about the Gcc-patches mailing list