Re: [PATCH] Fix pr67963

2015-10-16 Thread H.J. Lu
On Fri, Oct 16, 2015 at 3:31 AM, H.J. Lu wrote: > On Fri, Oct 16, 2015 at 2:35 AM, Uros Bizjak wrote: >> On Fri, Oct 16, 2015 at 8:43 AM, Uros Bizjak wrote: >>> On Thu, Oct 15, 2015 at 9:30 PM, Uros Bizjak wrote: >>> >>> Do we support -O2 -march=lakemont with >>> >>> __attribute__((

Re: [PATCH] Fix pr67963

2015-10-16 Thread H.J. Lu
On Fri, Oct 16, 2015 at 2:35 AM, Uros Bizjak wrote: > On Fri, Oct 16, 2015 at 8:43 AM, Uros Bizjak wrote: >> On Thu, Oct 15, 2015 at 9:30 PM, Uros Bizjak wrote: >> >> Do we support -O2 -march=lakemont with >> >> __attribute__((target("arch=silvermont"))) > > Hm, no. > >>>

Re: [PATCH] Fix pr67963

2015-10-16 Thread Uros Bizjak
On Fri, Oct 16, 2015 at 8:43 AM, Uros Bizjak wrote: > On Thu, Oct 15, 2015 at 9:30 PM, Uros Bizjak wrote: > > Do we support -O2 -march=lakemont with > > __attribute__((target("arch=silvermont"))) Hm, no. >>> >>> Do we issue an error or silently ignore >>> __attribute__(

Re: [PATCH] Fix pr67963

2015-10-15 Thread Uros Bizjak
On Thu, Oct 15, 2015 at 9:30 PM, Uros Bizjak wrote: Do we support -O2 -march=lakemont with __attribute__((target("arch=silvermont"))) >>> >>> Hm, no. >>> >> >> Do we issue an error or silently ignore >> __attribute__((target("arch=silvermont")))? >> If we don't support it, should w

Re: [PATCH] Fix pr67963

2015-10-15 Thread Uros Bizjak
On Thu, Oct 15, 2015 at 9:21 PM, H.J. Lu wrote: > On Thu, Oct 15, 2015 at 12:16 PM, Uros Bizjak wrote: >> On Thu, Oct 15, 2015 at 6:59 PM, H.J. Lu wrote: >>> On Thu, Oct 15, 2015 at 9:57 AM, Uros Bizjak wrote: On Thu, Oct 15, 2015 at 1:45 PM, Uros Bizjak wrote: > On Wed, Oct 14, 2015

Re: [PATCH] Fix pr67963

2015-10-15 Thread H.J. Lu
On Thu, Oct 15, 2015 at 12:16 PM, Uros Bizjak wrote: > On Thu, Oct 15, 2015 at 6:59 PM, H.J. Lu wrote: >> On Thu, Oct 15, 2015 at 9:57 AM, Uros Bizjak wrote: >>> On Thu, Oct 15, 2015 at 1:45 PM, Uros Bizjak wrote: On Wed, Oct 14, 2015 at 5:08 PM, Yulia Koval wrote: > Hi, > > T

Re: [PATCH] Fix pr67963

2015-10-15 Thread Uros Bizjak
On Thu, Oct 15, 2015 at 6:59 PM, H.J. Lu wrote: > On Thu, Oct 15, 2015 at 9:57 AM, Uros Bizjak wrote: >> On Thu, Oct 15, 2015 at 1:45 PM, Uros Bizjak wrote: >>> On Wed, Oct 14, 2015 at 5:08 PM, Yulia Koval wrote: Hi, This patch fixes the issue: https://gcc.gnu.org/bugzilla/s

Re: [PATCH] Fix pr67963

2015-10-15 Thread H.J. Lu
On Thu, Oct 15, 2015 at 9:57 AM, Uros Bizjak wrote: > On Thu, Oct 15, 2015 at 1:45 PM, Uros Bizjak wrote: >> On Wed, Oct 14, 2015 at 5:08 PM, Yulia Koval wrote: >>> Hi, >>> >>> This patch fixes the issue: >>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67963 >>> >>> gcc/config/i386/i386.c (ix

Re: [PATCH] Fix pr67963

2015-10-15 Thread Uros Bizjak
On Thu, Oct 15, 2015 at 1:45 PM, Uros Bizjak wrote: > On Wed, Oct 14, 2015 at 5:08 PM, Yulia Koval wrote: >> Hi, >> >> This patch fixes the issue: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67963 >> >> gcc/config/i386/i386.c (ix86_option_override_internal) Disable >> 80387 mask if lake

Re: [PATCH] Fix pr67963

2015-10-15 Thread Uros Bizjak
On Wed, Oct 14, 2015 at 5:08 PM, Yulia Koval wrote: > Hi, > > This patch fixes the issue: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67963 > > gcc/config/i386/i386.c (ix86_option_override_internal) Disable > 80387 mask if lakemont target is set. > > diff --git a/gcc/config/i386/i386.c b/

Re: [PATCH] Fix pr67963

2015-10-15 Thread Uros Bizjak
On Wed, Oct 14, 2015 at 5:17 PM, H.J. Lu wrote: > On Wed, Oct 14, 2015 at 8:15 AM, H.J. Lu wrote: >> On Wed, Oct 14, 2015 at 8:08 AM, Yulia Koval wrote: >>> Hi, >>> >>> This patch fixes the issue: >>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67963 >>> >>> gcc/config/i386/i386.c (ix86_optio

Re: [PATCH] Fix pr67963

2015-10-14 Thread H.J. Lu
On Wed, Oct 14, 2015 at 8:15 AM, H.J. Lu wrote: > On Wed, Oct 14, 2015 at 8:08 AM, Yulia Koval wrote: >> Hi, >> >> This patch fixes the issue: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67963 >> >> gcc/config/i386/i386.c (ix86_option_override_internal) Disable >> 80387 mask if lakemont

Re: [PATCH] Fix pr67963

2015-10-14 Thread H.J. Lu
On Wed, Oct 14, 2015 at 8:08 AM, Yulia Koval wrote: > Hi, > > This patch fixes the issue: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67963 > > gcc/config/i386/i386.c (ix86_option_override_internal) Disable > 80387 mask if lakemont target is set. > > diff --git a/gcc/config/i386/i386.c b/