From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb@sources.redhat.com Subject: Uninitialized variable in CRIS port Date: Wed, 19 Sep 2001 14:55:00 -0000 Message-id: <3BA9143D.1000502@cygnus.com> X-SW-Source: 2001-09/msg00171.html Trying to compile the cris-elf target (configure ... --enable-gdb-build-warnings=,-Werror) showed up a number of warnings. The most serious is probably: /home/scratch/GDB/src/gdb/cris-tdep.c: In function `reg_mode_add_sub_cmp_and_or_move_op': /home/scratch/GDB/src/gdb/cris-tdep.c:3054: warning: `operand1' might be used uninitialized in this function checking the code, the problem looks real. just fyi, Andrew