From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: rudalics@gmx.at, emacs-devel@gnu.org
Subject: Re: Building master on Windows fails with undefined reference to `__builtin_assume_aligned'
Date: Sun, 26 Jun 2016 19:01:13 +0300 [thread overview]
Message-ID: <83a8i8ym5y.fsf@gnu.org> (raw)
In-Reply-To: <576FB3D7.1030501@cs.ucla.edu> (message from Paul Eggert on Sun, 26 Jun 2016 12:52:07 +0200)
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Sun, 26 Jun 2016 12:52:07 +0200
>
> > gcc (GCC) 4.6.2
>
> Thanks, that helped identify a typo that is most likely causing your
> problem. I installed the attached patch to fix it.
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__))
My reading of this is that GNUC_PREREQ (4, 7, 2) will be satisfied by
GCC 4.7.0, whereas it should be satisfied by 4.8.0.
next prev parent reply other threads:[~2016-06-26 16:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-25 8:17 Building master on Windows fails with undefined reference to `__builtin_assume_aligned' martin rudalics
2016-06-25 21:40 ` Paul Eggert
2016-06-26 9:00 ` martin rudalics
2016-06-26 10:52 ` Paul Eggert
2016-06-26 12:46 ` martin rudalics
2016-06-26 16:01 ` Eli Zaretskii [this message]
2016-06-26 20:25 ` Paul Eggert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83a8i8ym5y.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.org \
--cc=rudalics@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.