public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] rust-constexpr.cc: fix build error
@ 2022-08-29 15:35 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-08-29 15:35 UTC (permalink / raw)
  To: gcc-cvs

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                                                                           \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-29 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29 15:35 [gcc/devel/rust/master] rust-constexpr.cc: fix build error Thomas Schwinge

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).