From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 87A4A3857352; Mon, 29 Aug 2022 15:35:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87A4A3857352 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661787336; bh=tTXxuXJvHMwU7IL14JTe1B0jXvIzP7Ctzgw9jkldOpE=; h=From:To:Subject:Date:From; b=UHOI0/fjibUnKyZljftZTHiHutrZL6MndbnqS51uX1KzBz8X/2EuARQS2JkjwXmbz GGAakJIO7ObZ+JZpUOg85Rgtd6/1IMMs8YikZTPhwgV2f/d391i9XEyK0YpM4EhCbO wp1aovWxeZpx2nwMkErugh0BC2VORK1cRnE9rxUA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] rust-constexpr.cc: fix build error X-Act-Checkin: gcc X-Git-Author: Faisal Abbas <90.abbasfaisal@gmail.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 0f8e2c1e2f5f0ed55d807703e45f598d9f00aca1 X-Git-Newrev: 2f7fbbaad1365c786f0f7eaa0687e8ba9e0876f7 Message-Id: <20220829153536.87A4A3857352@sourceware.org> Date: Mon, 29 Aug 2022 15:35:36 +0000 (GMT) List-Id: 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 \