From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30264 invoked by alias); 17 Aug 2011 19:28:16 -0000 Received: (qmail 30256 invoked by uid 22791); 17 Aug 2011 19:28:16 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Aug 2011 19:28:02 +0000 Received: (qmail 10316 invoked from network); 17 Aug 2011 19:28:01 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Aug 2011 19:28:01 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1QtlmS-0007SA-3G; Wed, 17 Aug 2011 19:28:00 +0000 Date: Wed, 17 Aug 2011 19:28:00 -0000 From: "Joseph S. Myers" To: "H.J. Lu" cc: Ian Lance Taylor , Uros Bizjak , Igor Zamyatin , gcc@gcc.gnu.org Subject: Re: PING: PATCH: Use int64 for x86 options In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-08/txt/msg00316.txt.bz2 On Sun, 7 Aug 2011, H.J. Lu wrote: > HOST_BITS_PER_WIDE_INT isn't defined in target library. > I need to check if HOST_BITS_PER_WIDE_INT is defined > first. Here is the updated patch. As I said in , you need to check all CLVC_* uses for cases that need updating for HOST_WIDE_INT fields. This patch fails to update option_enabled and get_option_state. -- Joseph S. Myers joseph@codesourcery.com