From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RwftT-0003Yt-6X for mharc-grub-devel@gnu.org; Sun, 12 Feb 2012 15:19:31 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwftO-0003Ia-Nj for grub-devel@gnu.org; Sun, 12 Feb 2012 15:19:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwftN-00014f-Nu for grub-devel@gnu.org; Sun, 12 Feb 2012 15:19:26 -0500 Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:62197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwftN-00014a-KZ for grub-devel@gnu.org; Sun, 12 Feb 2012 15:19:25 -0500 Received: by obbta7 with SMTP id ta7so7042324obb.0 for ; Sun, 12 Feb 2012 12:19:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=I8GMkH07C8GFZj6WRhAkMdIBG1hOOdlrLSO1nPLtdOY=; b=D6fFaxXYUY1BTBsq4Vip5NqvJaEMpRPxc9ZpCop3yLZVCHNnxzS+WpKU7SebQsunm8 MW7wTx9Nq/xxA+s4MCmT4cGNLuArDI3IbkkIpkeRs+wcAcLmJv5f1djFiUWMFycfWb7R iCLPhLBWF9peLQw6CkjFnUCJeyU/C5Ro+MG5c= Received: by 10.182.37.99 with SMTP id x3mr9825886obj.31.1329077964542; Sun, 12 Feb 2012 12:19:24 -0800 (PST) Received: from [192.168.0.75] (cpe-67-11-147-202.satx.res.rr.com. [67.11.147.202]) by mx.google.com with ESMTPS id v7sm15283513obh.1.2012.02.12.12.19.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Feb 2012 12:19:23 -0800 (PST) Message-ID: <4F381EC9.1050008@gmail.com> Date: Sun, 12 Feb 2012 14:19:21 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Various build failures in current bzr tree References: <20120210190852.GH27742@caffeine.csclub.uwaterloo.ca> <20120210191421.GJ27742@caffeine.csclub.uwaterloo.ca> <4F356F2C.1000308@gmail.com> <20120210202507.GK27742@caffeine.csclub.uwaterloo.ca> <4F358041.5090600@gmail.com> <20120210204301.GN27742@caffeine.csclub.uwaterloo.ca> <20120210231425.GO27742@caffeine.csclub.uwaterloo.ca> <4F35AA81.4010706@gmail.com> <20120212000258.GP27742@caffeine.csclub.uwaterloo.ca> <4F370FA5.3020707@gmail.com> <20120212173512.GQ27742@caffeine.csclub.uwaterloo.ca> In-Reply-To: <20120212173512.GQ27742@caffeine.csclub.uwaterloo.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 20:19:27 -0000 Lennart Sorensen wrote: >> Looks like they all come from double-linked list code. This should help: >> === modified file 'include/grub/list.h' >> --- include/grub/list.h 2012-01-29 17:09:53 +0000 >> +++ include/grub/list.h 2012-02-12 01:00:48 +0000 >> @@ -24,6 +24,10 @@ >> #include >> #include >> >> +struct grub_list __attribute__ ((may_alias)); >> +struct grub_named_list __attribute__ ((may_alias)); >> +struct grub_prio_list __attribute__ ((may_alias)); >> + >> struct grub_list >> { >> struct grub_list *next; > > I think you got it. > > Doing a clean build to be sure. You posted at the bottom. That's good. But did you really have to quote 428 lines from the previous message to post your 2 lines of input? -- Bruce