--- Additional Comments From kazu at cs dot umass dot edu 2005-04-14 14:42
---
Reduced down to:
struct link_map {
struct link_map *next;
unsigned int start, end;
};
void
foo (struct link_map **array, long int cnt)
{
struct link_map *l;
const void *caller = __builtin_extract_ret
--- Additional Comments From kazu at cs dot umass dot edu 2005-04-14 14:11
---
OK, I enabled HAVE_AS_TLS by hand. Now I can reproduce the ICE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21021
--- Additional Comments From kazu at cs dot umass dot edu 2005-04-14 14:00
---
Daniel, I have tough time reproducing this.
I get
In file included from dl-iteratephdr.c:22:
../include/errno.h:31: error: thread-local storage not supported for this target
Am I missing some options?
--
--
What|Removed |Added
CC||kazu at cs dot umass dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21021
--- Additional Comments From drow at gcc dot gnu dot org 2005-04-14 13:32
---
Created an attachment (id=8630)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8630&action=view)
Test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21021