This is the mail archive of the gcc-patches@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]

Re: [PATCH] New -fstack-check implementation


Hi Eric,

> Due to popular demand :-), I'm again submitting the new stack checking 
> implementation that we have been using at AdaCore for a few years now.

in the past valgrind has noticed invalid memory accesses when using
-fstack-check in a multi-tasking program for example when a task exits
(the invalid accesses coming from the stack checking code).  Is this a
known (fixed) problem?  If not, I will try to cook up a testcase.

Ciao,

Duncan.


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