Uros Bizjak writes:
>>> Some of the go tests require explicit -mieee compile flag [1]. Is
>>> there a way to conditionally pass this flag to the compiler?
>>
>> What does Java do?
>
> Nothing... while the library is compiled with -mieee (the same as
> libgo), the user is still expected to pass -m
On Wed, Jan 18, 2012 at 3:17 PM, Ian Lance Taylor wrote:
>>> This patch to the Go testsuite driver recognizes a few more test lines
>>> in Go tests. I somehow failed to notice these the last time I updated
>>> the Go testsuite. This patch includes a couple of changes to make the
>>> newly recog
Uros Bizjak writes:
>> This patch to the Go testsuite driver recognizes a few more test lines
>> in Go tests. I somehow failed to notice these the last time I updated
>> the Go testsuite. This patch includes a couple of changes to make the
>> newly recognized tests pass. Ran Go testsuite on
>>
Hello!
> This patch to the Go testsuite driver recognizes a few more test lines
> in Go tests. I somehow failed to notice these the last time I updated
> the Go testsuite. This patch includes a couple of changes to make the
> newly recognized tests pass. Ran Go testsuite on
> x86_64-unknown-lin
This patch to the Go testsuite driver recognizes a few more test lines
in Go tests. I somehow failed to notice these the last time I updated
the Go testsuite. This patch includes a couple of changes to make the
newly recognized tests pass. Ran Go testsuite on
x86_64-unknown-linux-gnu. Committed