public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/rust/master] rust-constexpr.cc: fix build error
Date: Mon, 29 Aug 2022 15:35:36 +0000 (GMT)	[thread overview]
Message-ID: <20220829153536.87A4A3857352@sourceware.org> (raw)

https://gcc.gnu.org/g:2f7fbbaad1365c786f0f7eaa0687e8ba9e0876f7

commit 2f7fbbaad1365c786f0f7eaa0687e8ba9e0876f7
Author: Faisal Abbas <90.abbasfaisal@gmail.com>
Date:   Sat Aug 20 15:25:59 2022 +0100

    rust-constexpr.cc: fix build error

Diff:
---
 gcc/rust/backend/rust-constexpr.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/rust/backend/rust-constexpr.cc b/gcc/rust/backend/rust-constexpr.cc
index c0194db6b21..7cc987ff1e6 100644
--- a/gcc/rust/backend/rust-constexpr.cc
+++ b/gcc/rust/backend/rust-constexpr.cc
@@ -18,7 +18,6 @@
 #include "rust-location.h"
 #include "rust-diagnostics.h"
 #include "rust-tree.h"
-#include "rust-target.h"
 #include "fold-const.h"
 #include "realmpfr.h"
 #include "convert.h"
@@ -30,10 +29,10 @@
 #include "cgraph.h"
 #include "tree-inline.h"
 #include "vec.h"
-#include "rust-target.h"
 #include "function.h"
-#include "builtins.h"
 #include "diagnostic.h"
+#include "target.h"
+#include "builtins.h"
 
 #define VERIFY_CONSTANT(X)                                                     \
   do                                                                           \

                 reply	other threads:[~2022-08-29 15:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220829153536.87A4A3857352@sourceware.org \
    --to=tschwinge@gcc.gnu.org \
    --cc=gcc-cvs@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).