[patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat

Nico Weber thakis at chromium.org
Mon Dec 16 09:59:28 PST 2013


r197399, thanks!


On Mon, Dec 16, 2013 at 8:49 AM, Benjamin Kramer <benny.kra at gmail.com>wrote:

>
> On 14.12.2013, at 19:48, Nico Weber <thakis at chromium.org> wrote:
>
> > Hi,
> >
> > it looks like gcc spells bit_FXSR like bit_FXSAVE by mistake, but they
> also don't want to fix this (
> http://gcc.gnu.org/ml/gcc-patches/2012-10/msg02158.html ). This causes
> for example a compiler ifdef in breakpad (
> https://breakpad.appspot.com/924002/ ).
> >
> > To make things simpler, the attached patch adds support for gcc's
> spelling too.
>
> This should be fine. I think a comment to explain that it's for GCC compat
> would be useful.
>
> - Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131216/189009bc/attachment.html>


More information about the cfe-commits mailing list