This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/28456] [gomp] Segmentation fault with statically linked binaries
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jul 2006 00:31:08 -0000
- Subject: [Bug libgomp/28456] [gomp] Segmentation fault with statically linked binaries
- References: <bug-28456-6318@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from pinskia at gcc dot gnu dot org 2006-07-26 00:31 -------
(In reply to comment #8)
> So could you please point me to one?
Something like:
__thread int i;
int main(void)
{
return i;
}
Though it might need also another thread to be started too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28456