public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bernd.edlinger at hotmail dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/60080] gcc.dg/vect/vect-nop-move.c FAILs
Date: Thu, 06 Feb 2014 12:14:00 -0000	[thread overview]
Message-ID: <bug-60080-4-6KOzawcZLz@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-60080-4@http.gcc.gnu.org/bugzilla/>

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

Bernd Edlinger <bernd.edlinger at hotmail dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernd.edlinger at hotmail dot de

--- Comment #1 from Bernd Edlinger <bernd.edlinger at hotmail dot de> ---
Richard,

how about this?

--- gcc/cfgexpand.c.jj    2014-01-09 21:12:36.000000000 +0100
+++ gcc/cfgexpand.c    2014-02-06 13:01:09.280392442 +0100
@@ -2678,8 +2678,9 @@ expand_asm_operands (tree string, tree o
       ASM_OPERANDS_INPUT (body, i) = op;

       ASM_OPERANDS_INPUT_CONSTRAINT_EXP (body, i)
-    = gen_rtx_ASM_INPUT (TYPE_MODE (type),
-                 ggc_strdup (constraints[i + noutputs]));
+    = gen_rtx_ASM_INPUT_loc (TYPE_MODE (type),
+                 ggc_strdup (constraints[i + noutputs]),
+                 locus);

       if (tree_conflicts_with_clobbers_p (val, &clobbered_regs))
     clobber_conflict_found = 1;
@@ -2701,7 +2702,7 @@ expand_asm_operands (tree string, tree o

       sprintf (buffer, "%d", j);
       ASM_OPERANDS_INPUT_CONSTRAINT_EXP (body, ninputs - ninout + i)
-    = gen_rtx_ASM_INPUT (inout_mode[i], ggc_strdup (buffer));
+    = gen_rtx_ASM_INPUT_loc (inout_mode[i], ggc_strdup (buffer), locus);
     }

   /* Copy labels to the vector.  */


  parent reply	other threads:[~2014-02-06 12:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05 15:28 [Bug middle-end/60080] New: " ro at gcc dot gnu.org
2014-02-05 15:28 ` [Bug middle-end/60080] " ro at gcc dot gnu.org
2014-02-06 12:14 ` bernd.edlinger at hotmail dot de [this message]
2014-02-06 13:54 ` ro at CeBiTec dot Uni-Bielefeld.DE
2014-02-10 18:19 ` edlinger at gcc dot gnu.org
2014-04-22 11:37 ` jakub at gcc dot gnu.org
2014-04-22 11:48 ` bernd.edlinger at hotmail dot de
2014-07-16 13:30 ` jakub at gcc dot gnu.org
2014-07-16 19:02 ` edlinger 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-60080-4-6KOzawcZLz@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).