This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/28456] [gomp] Segmentation fault with statically linked binaries



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]