public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/44905] --enable-build-with-cxx bootstrap failure compiling gcc/cppdefault.c
Date: Fri, 16 Jul 2010 17:39:00 -0000	[thread overview]
Message-ID: <20100716173854.19026.qmail@sourceware.org> (raw)
In-Reply-To: <bug-44905-11113@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2010-07-16 17:38 -------
Note that the proposed patch for the new flag -Wself-assign...

http://gcc.gnu.org/ml/gcc-patches/2010-06/msg02519.html

reverts the offending commit. That change...


Index: gcc/config/i386/i386.c
===================================================================
--- gcc/config/i386/i386.c      (revision 161236)
+++ gcc/config/i386/i386.c      (working copy)
@@ -29379,7 +29379,7 @@ ix86_vectorize_builtin_vec_perm (tree ve
   tree itype = TREE_TYPE (vec_type);
   bool u = TYPE_UNSIGNED (itype);
   enum machine_mode vmode = TYPE_MODE (vec_type);
-  enum ix86_builtins fcode = fcode; /* Silence bogus warning.  */
+  enum ix86_builtins fcode;
   bool ok = TARGET_SSE2;

   switch (vmode)

also solves the bootstrap failure with --enable-build-with-cxx on darwin.


-- 


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


  parent reply	other threads:[~2010-07-16 17:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-10 15:38 [Bug bootstrap/44905] New: " howarth at nitro dot med dot uc dot edu
2010-07-16 17:36 ` [Bug bootstrap/44905] " howarth at nitro dot med dot uc dot edu
2010-07-16 17:39 ` howarth at nitro dot med dot uc dot edu [this message]
2010-07-16 23:13 ` howarth at nitro dot med dot uc dot edu
2010-08-21  4:20 ` howarth at nitro dot med dot uc dot edu

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=20100716173854.19026.qmail@sourceware.org \
    --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).