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] Fix PR rtl-optimization/20017 - Take 2


Hi Roger,

> > 	PR rtl-optimization/20017.
> > 	* gcc.dg/pr20017.c: New.
> 
> This is OK for mainline.

Thanks for an approval.  I just noticed that I shouldn't use:

/* { dg-do compile } */
/* { dg-options "-O1 -march=i386" } */

Instead, I should use:

/* { dg-do compile { target i?86-*-* } } */
/* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
/* { dg-options "-O1 -march=i386" } */

so that I won't break other targets.

I'll retest an update testcase just to be sure.

OK to apply with the above change if usual bootstrap and regtesting
goes OK?

Kazu Hirata


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