From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19421 invoked by alias); 23 Jan 2009 02:27:40 -0000 Received: (qmail 19405 invoked by uid 48); 23 Jan 2009 02:27:39 -0000 Date: Fri, 23 Jan 2009 02:27:00 -0000 From: "d dot g dot gorbachev at gmail dot com" To: gdb-prs@sourceware.org Message-ID: <20090123022739.9777.d.g.gorbachev@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug macros/9777] New: Variable may be used uninitialized in maybe_expand() X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00197.txt.bz2 gdb-6.8.50.20090120. When compiling with gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 with -O3 option: ../../gdb-6.8.50.20090120/gdb/macroexp.c: In function ‘maybe_expand’: ../../gdb-6.8.50.20090120/gdb/macroexp.c:1175: error: ‘va_arg_name.text’ may be used uninitialized in this function ../../gdb-6.8.50.20090120/gdb/macroexp.c:1175: note: ‘va_arg_name.text’ was declared here ../../gdb-6.8.50.20090120/gdb/macroexp.c:1175: error: ‘va_arg_name.len’ may be used uninitialized in this function ../../gdb-6.8.50.20090120/gdb/macroexp.c:1175: note: ‘va_arg_name.len’ was declared here -- Summary: Variable may be used uninitialized in maybe_expand() Product: gdb Version: 6.8 Status: UNCONFIRMED Severity: normal Priority: P2 Component: macros AssignedTo: unassigned at sourceware dot org ReportedBy: d dot g dot gorbachev at gmail dot com CC: gdb-prs at sourceware dot org GCC build triplet: i686-pc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=9777 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.