From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5204D719.2060304@redhat.com> Date: Fri, 09 Aug 2013 13:48:41 +0200 From: Peter Rajnoha MIME-Version: 1.0 References: <52034E72.7050403@redhat.com> <52034F2A.1000608@redhat.com> <52034FEF.7070102@redhat.com> In-Reply-To: Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Weird errors after fresh install Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" To: LVM general discussion and development Cc: Raymond Jennings On 08/09/2013 02:33 AM, Raymond Jennings wrote: > If and when you guys post a bug report with gcc, could you post a copy > of it here? > > I plan to follow the bug myself So finally we get to the source of the problem. It's reported here: https://bugzilla.redhat.com/show_bug.cgi?id=995446 The workaround we provide is to not use the "static" qualifier for the string that is malformed by that bug (and hence the optimizer is not touching it that much): https://git.fedorahosted.org/cgit/lvm2.git/commit/?id=2f61478436a7ebe058ffad3f92e1c4dada0805d0 I'll update F19 shortly. Peter