From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 039543858418; Tue, 17 Jan 2023 17:42:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 039543858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673977371; bh=95mc9O+CGOIyWH74smE0DpuefywyLw+7jZYDk0ONuo8=; h=From:To:Subject:Date:From; b=J2moHAkYL4stSwlAARgEso/4fTpVE7vp7TodWklLuHIQjTvdRm+cj4TxS/bgxNfJn I8W0QTuKh1TB2V7tlQ2Hdy38y85UEu+L8FQFLK0UdiTXhclxLneajV+eVusLHlyZJu xDcV5KsNezcL6FvKASMOtOABMhuX22Vr19AN4VYM= 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] Merge #1751 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 9e6c79054f8f85b148f21576feb15e3246936827 X-Git-Newrev: 7c84b3c02a8ee8516fb3eb909559f4a46072e65f Message-Id: <20230117174251.039543858418@sourceware.org> Date: Tue, 17 Jan 2023 17:42:51 +0000 (GMT) List-Id: https://gcc.gnu.org/g:7c84b3c02a8ee8516fb3eb909559f4a46072e65f commit 7c84b3c02a8ee8516fb3eb909559f4a46072e65f Merge: 9e6c79054f8 78e96b15a5f Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Tue Jan 17 16:32:09 2023 +0000 Merge #1751 1751: README.md: Added experimental flag & updated gccrs path r=CohenArthur a=DrMahad (1) There is a need of the flag "-frust-incomplete-and-experimental-compiler-do-not-use" because the rust1 compiler didn't work without this. (2) The gccrs was not present in the $HOME/gccrs-install/, so updated the path to $HOME/gccrs-install/bin Signed-off-by: MAHAD Co-authored-by: MAHAD Diff: README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)