Re: [Request for Comments] Using Rust libraries in the Rust frontend

2024-01-26 Thread David Starner via Gcc
On Fri, Jan 26, 2024 at 3:40 PM NightStrike via Gcc wrote: > > On Thu, Jan 25, 2024, 11:27 Iain Sandoe wrote: > > > E.g. with Ada it is possible to port to a new platform by first building a > > cross-compiler and then to use that cross-compiler to build a “native > > cross” (build != host == tar

gcc-12-20240126 is now available

2024-01-26 Thread GCC Administrator via Gcc
Snapshot gcc-12-20240126 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20240126/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 12 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: [Request for Comments] Using Rust libraries in the Rust frontend

2024-01-26 Thread NightStrike via Gcc
On Mon, Jan 22, 2024, 12:31 Arthur Cohen wrote: > I am aware that this would mean restricting the Rust > GCC front-end to platforms where the official Rust compiler is also > available, which is less than ideal. However, this would only be > temporary - as soon as the Rust front-end is able to co

Re: [Request for Comments] Using Rust libraries in the Rust frontend

2024-01-26 Thread NightStrike via Gcc
On Thu, Jan 25, 2024, 11:27 Iain Sandoe wrote: > E.g. with Ada it is possible to port to a new platform by first building a > cross-compiler and then to use that cross-compiler to build a “native > cross” (build != host == target) to provide an initial compiler on the > target platform. > And th

contributing advice

2024-01-26 Thread Florin Mateoc via Gcc
Hi all, I am an experienced software developer, with an interest in compilers, and an admirer of gcc. I would like to contribute, hopefully reusing some of my existing skills, experience and interests, but unfortunately the (current) overlap is not great, so I am asking for some guidance/reality c

Re: Mystery instructions

2024-01-26 Thread jacob navia via Gcc
Well, the pdf I have dates from 2022, but it hasn’t any reference to those instructions. But that link works, THANKS A LOT! I will now use that documentation. Jacob P.S. I am going through EACH one of the instructions in the instruction table, and documenting what it does, syntax, abstract argu

Question about Stripe activity at your end at your site

2024-01-26 Thread Frank Kruse
Hello, I'm reaching out because I've got a major issue. There's this unexpected charge on my credit card, and it turns out, it's linked to a transaction on your service. Now, get this: I talked to Stripe Processing, and they were like, "Yep, the payment went through our site, and you've got to

Re: [Request for Comments] Using Rust libraries in the Rust frontend

2024-01-26 Thread Arthur Cohen
Hi Connor, On 1/25/24 16:55, connor horman wrote: Note that it may not make sense to include a source copy of rustc, as that will itself require an (earlier) stage of rustc to build. mrustc can offer a bootstrap for 1.54, but depending on the versions required, you may need upwards of 10 addit

Re: [Request for Comments] Using Rust libraries in the Rust frontend

2024-01-26 Thread Arthur Cohen
Hi Iain, On 1/25/24 17:26, Iain Sandoe wrote: Hi Arthur, On 25 Jan 2024, at 15:03, Arthur Cohen wrote: On 1/23/24 08:23, Richard Biener wrote: On Mon, Jan 22, 2024 at 7:51 PM Arthur Cohen wrote: Hi everyone, In order to increase the development speed of Rust features, we are seeking f

Re: [Request for Comments] Using Rust libraries in the Rust frontend

2024-01-26 Thread Arthur Cohen
On 1/25/24 19:19, Richard Biener wrote: Am 25.01.2024 um 16:03 schrieb Arthur Cohen : Hi Richard, On 1/23/24 08:23, Richard Biener wrote: On Mon, Jan 22, 2024 at 7:51 PM Arthur Cohen wrote: Hi everyone, In order to increase the development speed of Rust features, we are seeking feed