From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VtctY-0008Fu-Ot for mharc-grub-devel@gnu.org; Thu, 19 Dec 2013 07:40:04 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtctQ-0008EA-M1 for grub-devel@gnu.org; Thu, 19 Dec 2013 07:40:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtctK-0000og-MH for grub-devel@gnu.org; Thu, 19 Dec 2013 07:39:56 -0500 Received: from mail-ee0-f47.google.com ([74.125.83.47]:64183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtctK-0000oa-Fl for grub-devel@gnu.org; Thu, 19 Dec 2013 07:39:50 -0500 Received: by mail-ee0-f47.google.com with SMTP id e51so376063eek.34 for ; Thu, 19 Dec 2013 04:39:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=i0ZxZhfYyiP4Uy1qil7y49I7JhUeL9CgWM5bKLpTC40=; b=bd3qHfgXklIHrMYrpzJYRZGCvZmB3SfozhcU/oG1sGnIdeKg/qVTpTmOrny91WCzxR 9O1yEars+Sipi2RErTMsSrjq8CXVc8p4CAjfuGLm+MSM3aAOGXt0qfNYAw6BZtTfdjX9 mABbbtuB56qpBaowUKmAEdpKdwDxZpD1BqelW6ZZPVF0tGUBy6apwpIITqZEUhffEHsv PTgI4RPfiD1DuzoGaP5CRlXudzxZ0VaqWSClmNBITYG71KX5hDRblEnZNNpmGYRYnR41 yHdquLBkpmLVRXzPYKc2V3byfV06U49lGAN5RbFc5joAOSmZQUclK+/iBjx5X9jmbkHa LN+g== X-Received: by 10.14.87.195 with SMTP id y43mr429778eee.32.1387456754665; Thu, 19 Dec 2013 04:39:14 -0800 (PST) Received: from [10.2.131.241] (public-docking-pat-cx-mapped-0001.ethz.ch. [195.176.111.2]) by mx.google.com with ESMTPSA id o47sm9019387eem.21.2013.12.19.04.39.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 04:39:13 -0800 (PST) Message-ID: <52B2E8F0.2080402@gmail.com> Date: Thu, 19 Dec 2013 13:39:12 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: rijndael.c warning (was Re: grub-2.02~beta1 happened) References: <52B2513C.7070104@gmail.com> <52B28781.2030503@gmail.com> In-Reply-To: <52B28781.2030503@gmail.com> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="39Saxs6WKWLQHT76k7CwpqmVpjkCjwgGO" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 74.125.83.47 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: Thu, 19 Dec 2013 12:40:02 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --39Saxs6WKWLQHT76k7CwpqmVpjkCjwgGO Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 19.12.2013 06:43, Bruce Dubbs wrote: > Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: >> Hello, all. I've just uploaded 2.02~beta1. This also means that we're >> now in freeze. I'm willing to consider exceptions on case-by-case basi= s >> but it would be exceptions. The major points to do before release: >> - ARM64 loader. >> - Yeeloong 3A support needs some love. >> - XEN would probably need config adjustments. >> - XNU loader needs fixes. >> - NEWS needs contents. >> - Documentation. >> - Loads and loads of testing and some bugfixes. >=20 > There are a few warnings for rijndael.c with gcc 4.8.2. A couple of > them are pretty trivial. Others probably should be turned off with > -Wno-strict-aliasing. Do you want a patch? >=20 This file is managed by libgcrypt. Could you take issue with them? I'm fine with backporting patches from libgcrypt but it's better not to have own patches for libgcrypt (Debian fiasco, remember?) > If so, is the following acceptable? >=20 > #pragma GCC diagnostic ignored "-Wstrict-aliasing" >=20 This would break gcc < 4.4 and we officially support from gcc 4.1, unofficially 3.1 requires only a small patch to skip long double in gnulib and few warning options. > -- Bruce >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --39Saxs6WKWLQHT76k7CwpqmVpjkCjwgGO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlKy6PAACgkQmBXlbbo5nOtXlwD/VRETJtSs28x1GdNIvfi+vso/ mrxRa2nyZL3ZnOcCY/YA/RC9ig/IjlsVq0WskPP9+sZwMTcW2XXyLqpoHB2Icrqt =A21X -----END PGP SIGNATURE----- --39Saxs6WKWLQHT76k7CwpqmVpjkCjwgGO--