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 c++/48659] Segmentation fault when using openMP and SSE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48659

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-18 12:17:12 UTC ---
On linux we assume a 16 byte aligned stack for threads, so this might hint
at some MinGW specific issue either in our OMP runtime or with windows
thread handling.


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