public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tobi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/54292] [4.8 Regression] Errors due to conflicting strsignal headers
Date: Fri, 17 Aug 2012 13:46:00 -0000	[thread overview]
Message-ID: <bug-54292-4-Ij40Gz1LHx@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-54292-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54292

--- Comment #5 from Tobias Schlüter <tobi at gcc dot gnu.org> 2012-08-17 13:46:13 UTC ---
It seems the build picks up the wrong mpfr.h header, the function was renamed
in mpfr > 3.0.0, but API compatibility is ensured via a macro, see:
<http://comments.gmane.org/gmane.comp.lib.mpfr.general/737>

My system mpfr is 3.1.0, but the one inside the compiler tree is 2.4.2.  So it
seems to link against 3.1.0 while using the header from 2.4.2.  I think this is
consistent with the command line flags given.


  parent reply	other threads:[~2012-08-17 13:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 21:49 [Bug bootstrap/54292] New: " tobi at gcc dot gnu.org
2012-08-16 21:50 ` [Bug bootstrap/54292] " tobi at gcc dot gnu.org
2012-08-16 21:59 ` [Bug bootstrap/54292] [4.8 Regression] " pinskia at gcc dot gnu.org
2012-08-17 12:29 ` rguenth at gcc dot gnu.org
2012-08-17 12:31 ` tobi at gcc dot gnu.org
2012-08-17 13:46 ` tobi at gcc dot gnu.org [this message]
2012-08-17 19:07 ` tobi at gcc dot gnu.org

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=bug-54292-4-Ij40Gz1LHx@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).