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, rs6000] Correct effective target in gcc.target/powerpc/pr63354.c


On Mon, Jul 25, 2016 at 03:29:55PM -0500, Bill Schmidt wrote:
> The subject test case uses the -mprofile-kernel option, which is not
> permitted in 32-bit mode.  It currently restricts the effective target
> to powerpc64, which is not sufficient when using -m32 on 64-bit hardware.
> This patch changes the effective target restriction to lp64 to correct
> this.
> 
> Tested on powerpc64-unknown-linux-gnu, verified.  Ok for trunk?

Yes, thanks.  Backports are okay as well.


Segher


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