emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building master on Windows fails with undefined reference to `__buil


From: Paul Eggert
Subject: Re: Building master on Windows fails with undefined reference to `__builtin_assume_aligned'
Date: Sun, 26 Jun 2016 22:25:15 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

On 06/26/2016 06:01 PM, Eli Zaretskii wrote:
Shouldn't we make some change in this branch as well:

   #elif ! defined __GNUC_PATCHLEVEL__
   # define GNUC_PREREQ(v, w, x) ((v) < __GNUC__ + ((w) <= __GNUC_MINOR__))
Thanks, I installed a patch for that.

(The bug wasn't triggered by Emacs, since the problem occurred only for GCC 2.8.1 (1998) and earlier when v <= 2 and x != 0, and no uses of GCC_PREREQ in Emacs are like that.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]