From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12264 invoked by alias); 4 Apr 2005 15:14:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 12156 invoked from network); 4 Apr 2005 15:13:53 -0000 Received: from unknown (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org with SMTP; 4 Apr 2005 15:13:53 -0000 Received: (qmail 7048 invoked by uid 10); 4 Apr 2005 15:13:53 -0000 Received: (qmail 11806 invoked by uid 500); 4 Apr 2005 15:13:43 -0000 To: gcc-patches@gcc.gnu.org Cc: cgf@gcc.gnu.org, dannysmith@users.sourceforge.net Subject: Patch ping From: Ian Lance Taylor Date: Mon, 04 Apr 2005 15:14:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-04/txt/msg00351.txt.bz2 Patch ping: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02460.html This is a patch to the Windows code to fix PR 9963. The current code uses TREE_ASM_WRITTEN without ever setting it. My proposed patch tests TREE_ASM_WRITTEN on a decl rather than a string. Thanks to Danny Smith for testing the patch. Ian