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 libstdc++/12533] valarray cshift causes stack overflow for large sizes


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gdr at integrable-solutions dot net  2003-10-07 16:58 -------
Subject: Re:  valarray cshift causes stack overflow for large sizes

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| I can confirm this on the mainline, the problem is that valarray
| uses the stack for temporary storage and it causes large usage on
| the stack and the stack size limit on your computer is low.  A
| workaround is to change the stacksize limit to unlimited. 

Thanks for your anlysis.  This falls under "resource limits"
constraints.  I propose you resolved the issue as FIXED.

-- Gaby


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