This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR target/44615: -mtune=atom failed on sse2-vec-2.c and amd64-abi-3.c


On Mon, Jun 21, 2010 at 8:38 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Mon, Jun 21, 2010 at 11:01 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>>
>> Please split out ABI testsuite patch to another patch. These two
>> changes are unrelated.
>
> Here is a patch for gcc.target/i386/amd64-abi-3.c:
>
> 2010-06-21 ?H.J. Lu ?<hongjiu.lu@intel.com>
>
> ? ? ? ?PR target/44615
> ? ? ? ?* gcc.target/i386/amd64-abi-3.c: Add -mtune=k8.
>
> diff --git a/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
> b/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
> index 8db7f13..6b7bf6a 100644
> --- a/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
> +++ b/gcc/testsuite/gcc.target/i386/amd64-abi-3.c
> @@ -1,6 +1,6 @@
> ?/* { dg-do compile } */
> ?/* { dg-require-effective-target lp64 } */
> -/* { dg-options "-O2 -fomit-frame-pointer -mno-sse" } */
> +/* { dg-options "-O2 -fomit-frame-pointer -mno-sse -mtune=k8" } */
> ?/* { dg-final { scan-assembler "subq\[\\t \]*\\\$88,\[\\t \]*%rsp" } } */
> ?/* { dg-final { scan-assembler-not "subq\[\\t \]*\\\$216,\[\\t \]*%rsp" } } */
>
> OK for trunk, 4.4 and 4.5?

OK everywhere.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]