[Bug gold/15984] New: Segfault when using static __thread function variables with intel compiler

2013-09-27 Thread richardg.work at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15984

Bug ID: 15984
   Summary: Segfault when using static __thread function variables
with intel compiler
   Product: binutils
   Version: 2.23
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
  Assignee: ian at airs dot com
  Reporter: richardg.work at gmail dot com
CC: ccoutant at google dot com

static __thread function variables cause Segfault at runtime when compiled with
the intel compiler.

Build command :
icc14 goldcrash.cpp -o goldcrash -B  && ./goldcrash

(replace  with the installation of binutils 2.23.2

goldcrash.cpp :

int main(int argc, const char **argv)
{
 static __thread int lastID = -1;
 lastId = 0;
 return 0;
}

Also reported to intel: http://software.intel.com/en-us/forums/topic/475114

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/15984] Segfault when using static __thread function variables with intel compiler

2013-09-27 Thread richardg.work at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15984

--- Comment #2 from Richard Geary  ---
Created attachment 7219
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7219&action=edit
output of icc14 goldcrash.cpp -o goldcrash.o -c -g -O0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/15984] Segfault when using static __thread function variables with intel compiler

2014-05-22 Thread richardg.work at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15984

Richard Geary  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Richard Geary  ---
Fixed by intel in icc 14.0.3

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils