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 middle-end/43013] [4.5 Regression] "warning: 'saved_stack.1' is used uninitialized in this function" with -fstack-check



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2010-02-11 18:55 -------
> Note this works correctly on targets that define STACK_CHECK_BUILTIN to be 1. 
> This includes the spu target. The main reason is that the code goes through a
> different path.

Indeed, only generic stack checking is affected, so every target except for the
Alpha and SPU.  The plan for 4.6 is to switch the other targets (or at least
x86 and x86-64) to STACK_CHECK_STATIC_BUILTIN, which isn't affected either.


-- 


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


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