This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, rs6000] Make darwin-longlong.c test case endian-safe
- From: Mike Stump <mikestump at comcast dot net>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, dje dot gcc at gmail dot com
- Date: Tue, 19 Nov 2013 10:47:49 -0800
- Subject: Re: [PATCH, rs6000] Make darwin-longlong.c test case endian-safe
- Authentication-results: sourceware.org; auth=none
- References: <201311191654 dot rAJGst2C031642 at d06av02 dot portsmouth dot uk dot ibm dot com>
On Nov 19, 2013, at 8:54 AM, Ulrich Weigand <uweigand@de.ibm.com> wrote:
> another test case fix: darwin-longlong.c implements a "msw" routine
> extracting the most significant word from a long long. This of course
> needs to be updated for little-endian ...
>
> Tested on powerpc64le-linux.
>
> OK for mainline?
My perspective, ok.