--- Additional Comments From amylaar at gcc dot gnu dot org 2006-10-05
12:56 ---
(In reply to comment #0)
> with a small patch to enable -mrelax when optimizing, the tests are not
> finished
> after 17.5 hours, but 2098 failures have been detected so far.
Still not finished after 64.9
I have been encountering the following problem for several weeks. I compile and
create few c++ shared libraries (can happen with just one, so it has nothing to
do with the number). I then attempt to link a program and I get the following
type of segv during the link step:
collect2: ld terminated
--- Additional Comments From jmbnyc at gmail dot com 2006-10-05 13:39
---
Created an attachment (id=1347)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1347&action=view)
gzip'd tar file with README that shows how to reproduce
--
http://sourceware.org/bugzilla/show_bug.cgi?i
--- Additional Comments From jmbnyc at gmail dot com 2006-10-06 04:36
---
I ran eu-readelf on the SPTest.o file and noticed that some of the symbols are
being truncated. This appears to be the problem that cause the linker to segv.
That makes me think asm has some sort of memory corrupti