Re: [PATCH, alpha]: Default to full IEEE compliance mode for Go language.

2012-02-04 Thread Robert Dewar
On 2/4/2012 10:06 AM, Gerald Pfeifer wrote: On Sun, 29 Jan 2012, Robert Dewar wrote: * config/alpha/alpha.c (alpha_option_overrride): Default to full IEEE compliance mode for Go language. It's always worrisome for gcc based languages to default to horrible performance, it means

Re: [PATCH, alpha]: Default to full IEEE compliance mode for Go language.

2012-02-04 Thread Gerald Pfeifer
On Sun, 29 Jan 2012, Robert Dewar wrote: >>> * config/alpha/alpha.c (alpha_option_overrride): Default to >>> full IEEE compliance mode for Go language. > It's always worrisome for gcc based languages to default to horrible > performance, it means that many benchmarks will be run only with t

Re: [PATCH, alpha]: Default to full IEEE compliance mode for Go language.

2012-01-29 Thread Robert Dewar
On 1/29/2012 3:40 PM, Richard Henderson wrote: On 01/30/2012 05:22 AM, Uros Bizjak wrote: 2012-01-29 Uros Bizjak * config/alpha/alpha.c (alpha_option_overrride): Default to full IEEE compliance mode for Go language. I'm not keen on this, but I also don't have an alternative t

Re: [PATCH, alpha]: Default to full IEEE compliance mode for Go language.

2012-01-29 Thread Richard Henderson
On 01/30/2012 05:22 AM, Uros Bizjak wrote: > 2012-01-29 Uros Bizjak > > * config/alpha/alpha.c (alpha_option_overrride): Default to > full IEEE compliance mode for Go language. I'm not keen on this, but I also don't have an alternative to suggest. Ok. r~

[PATCH, alpha]: Default to full IEEE compliance mode for Go language.

2012-01-29 Thread Uros Bizjak
On Fri, Jan 20, 2012 at 12:39 AM, Ian Lance Taylor wrote >> Attached patch adds -mieee to tests that need full IEEE compliance to >> pass. While working on patch, I have noticed that go-test.exp doesn't >> pass DEFAULT_GOCFLAGS to go_target_compile procedure in expected >> format (so, these simpl