tests do not link with gccgo
Bug #1252540 reported by
Michael Hudson-Doyle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mgo |
Invalid
|
Undecided
|
Unassigned |
Bug Description
This is strange:
mwhudson@
# testmain
/tmp/go-
/home/mwhudson/
collect2: error: ld returned 1 exit status
FAIL labix.org/v2/mgo [build failed]
At a wild guess code in mgo's tests causes a gocheck.timer to be shoved into a map but for some reason the hash function is not compiled when you compile libgocheck.a?
To post a comment you must log in.
This seems to be fixed in gccgo tip.