From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12418 invoked by alias); 17 Jun 2002 23:00:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12384 invoked from network); 17 Jun 2002 23:00:02 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jun 2002 23:00:02 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4C64A3EE8; Mon, 17 Jun 2002 18:59:54 -0400 (EDT) Message-ID: <3D0E69EA.1060106@cygnus.com> Date: Mon, 17 Jun 2002 16:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephane Carrez , gdb-patches@sources.redhat.com Subject: sim/m68hc11 daa a->a Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00316.txt.bz2 Stephane, When trying out a build with --enable-sim-build-warnings=,-Werror(1) I noticed: case 0x19: /* daa a->a */ src8 = cpu_get_a (proc); cpu_special (proc, M6811_DAA); cpu_set_a (proc, dst8); break; (the generated file m68hc11int.c) GCC is complaining that dst8 might be used uninitialized. enjoy, Andrew (1) No one has tried this for a long time