2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
* function.c (assign_stack_local_1): Initialize variable
to avoid warning when bootstrapping at -O3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159797
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
+
+ * function.c (assign_stack_local_1): Initialize variable
+ to avoid warning when bootstrapping at -O3.
+
2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
* configure.ac (all_lang_makefiles): Remove everything related to it.
{
rtx x, addr;
int bigend_correction = 0;
- HOST_WIDE_INT slot_offset, old_frame_offset;
+ HOST_WIDE_INT slot_offset = 0, old_frame_offset;
unsigned int alignment, alignment_in_bits;
if (align == 0)