From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23523 invoked by alias); 26 Jul 2011 16:26:16 -0000 Received: (qmail 23507 invoked by uid 22791); 26 Jul 2011 16:26:14 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g1t0028.austin.hp.com (HELO g1t0028.austin.hp.com) (15.216.28.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jul 2011 16:26:00 +0000 Received: from g1t0038.austin.hp.com (g1t0038.austin.hp.com [16.236.32.44]) by g1t0028.austin.hp.com (Postfix) with ESMTP id 449801C0D2; Tue, 26 Jul 2011 16:25:57 +0000 (UTC) Received: from sapph05.cup.hp.com (sapph05.cup.hp.com [15.244.96.234]) by g1t0038.austin.hp.com (Postfix) with ESMTP id 8AA5030334; Tue, 26 Jul 2011 16:25:57 +0000 (UTC) Received: (from sje@localhost) by sapph05.cup.hp.com (8.11.1 (PHNE_35951)/8.11.1) id p6QGPu320222; Tue, 26 Jul 2011 09:25:56 -0700 (PDT) Date: Tue, 26 Jul 2011 20:14:00 -0000 Message-Id: <201107261625.p6QGPu320222@sapph05.cup.hp.com> From: Steve Ellcey To: binutils@sourceware.org, gingold@adacore.com Subject: Re: [patch/gas]: simplify frag_grow In-Reply-To: <61340859-9B00-46B5-B702-92FE873A9D74@adacore.com> Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00216.txt.bz2 Tristan, I am getting a "can't extend frag" error message now during my GCC bootstrap on IA64 HP-UX. It sounds like this cleanup shouldn't have actually changed what does and doesn't work in the assembler. Have you gotten any other reports of problems? I didn't see any on the mailing list. I am currently trying to cut down my test case (fold-const.c from GCC) to a smaller assembly file that reproduces the problem. Steve Ellcey sje@cup.hp.com