From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8650 invoked by alias); 14 Jan 2007 01:52:58 -0000 Received: (qmail 6899 invoked by uid 48); 14 Jan 2007 01:52:49 -0000 Date: Sun, 14 Jan 2007 01:52:00 -0000 Subject: [Bug driver/30460] New: asm_debug is not initialized in gcc.c X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rschiele at uni-mannheim dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg01102.txt.bz2 asm_debug is not initialized in gcc.c. This can lead to a sigsegv when using a custom specs file that does not overwrite asm_debug but other predefined spec values. Example: --- *invoke_as: %{!S:-o %|.s | nesc-as %(asm_options) %m.s %A } --- -- Summary: asm_debug is not initialized in gcc.c Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rschiele at uni-mannheim dot de GCC build triplet: *-*-* GCC host triplet: *-*-* GCC target triplet: *-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30460