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/60801] In gfortran, certain array sizes lead to SEGV within OpenMP PARALLEL DO


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This sounds like you are running out of stack space.  a 515x515 array of 4 byte
wide is over a meg of data which is too big for the stack.


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