This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH rs6000] Fix PR 37640, __sync_lock_test_and_set on PPC64 causes ICE
- From: "David Edelsohn" <dje dot gcc at gmail dot com>
- To: "Andrew Pinski" <pinskia at gmail dot com>
- Cc: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 28 Sep 2008 18:47:21 -0400
- Subject: Re: [PATCH rs6000] Fix PR 37640, __sync_lock_test_and_set on PPC64 causes ICE
* config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Force
address to a register before taking the lower part.
Okay,
Thanks, David