public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
@ 2021-03-02 16:12 ` glaubitz at physik dot fu-berlin.de
  2021-08-24  9:54 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2021-03-02 16:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

--- Comment #3 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
It seems that the gccrs frontend is now sponsored by two companies, so I think
it's fine to stop the Bountysource campaign [1] and move the money to other
Bountysource campaigns.

> [1] https://rust-gcc.github.io/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
  2021-03-02 16:12 ` [Bug other/93090] RFE: Add a frontend for the Rust programming language glaubitz at physik dot fu-berlin.de
@ 2021-08-24  9:54 ` pinskia at gcc dot gnu.org
  2021-08-24 12:58 ` dmalcolm at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-24  9:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
   Last reconfirmed|2020-01-21 00:00:00         |2021-8-24

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
  2021-03-02 16:12 ` [Bug other/93090] RFE: Add a frontend for the Rust programming language glaubitz at physik dot fu-berlin.de
  2021-08-24  9:54 ` pinskia at gcc dot gnu.org
@ 2021-08-24 12:58 ` dmalcolm at gcc dot gnu.org
  2021-08-24 13:08 ` glaubitz at physik dot fu-berlin.de
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2021-08-24 12:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

--- Comment #4 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
FWIW there's also:
  https://github.com/antoyo/rustc_codegen_gcc
which isn't a GCC Rust frontend per se, but uses libgccjit to embed GCC as a
code generation backend inside the existing rustc compiler (I'm the
author/maintainer of libgccjit, and a fan of both approaches).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-08-24 12:58 ` dmalcolm at gcc dot gnu.org
@ 2021-08-24 13:08 ` glaubitz at physik dot fu-berlin.de
  2023-01-25 10:27 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2021-08-24 13:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

--- Comment #5 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to David Malcolm from comment #4)
> FWIW there's also:
>   https://github.com/antoyo/rustc_codegen_gcc
> which isn't a GCC Rust frontend per se, but uses libgccjit to embed GCC as a
> code generation backend inside the existing rustc compiler (I'm the
> author/maintainer of libgccjit, and a fan of both approaches).

Yes, it's being merged here: https://github.com/rust-lang/rust/pull/87260

The frontend that will most likely make it into GCC is probably gccrs given the
fact that it's receiving commercial backing.

> https://github.com/Rust-GCC/gccrs

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-08-24 13:08 ` glaubitz at physik dot fu-berlin.de
@ 2023-01-25 10:27 ` redi at gcc dot gnu.org
  2023-01-25 10:42 ` glaubitz at physik dot fu-berlin.de
  2023-01-25 11:36 ` [Bug rust/93090] " redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2023-01-25 10:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Can this be closed now?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2023-01-25 10:27 ` redi at gcc dot gnu.org
@ 2023-01-25 10:42 ` glaubitz at physik dot fu-berlin.de
  2023-01-25 11:36 ` [Bug rust/93090] " redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: glaubitz at physik dot fu-berlin.de @ 2023-01-25 10:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

--- Comment #7 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Jonathan Wakely from comment #6)
> Can this be closed now?

Yes.

I think there is still some money in the Bountysource campaign, not sure what
will happen with it. I'll contact them and make sure the money doesn't go to
waste.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug rust/93090] RFE: Add a frontend for the Rust programming language
       [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2023-01-25 10:42 ` glaubitz at physik dot fu-berlin.de
@ 2023-01-25 11:36 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2023-01-25 11:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |13.0
                 CC|                            |dkm at gcc dot gnu.org,
                   |                            |gcc-rust at gcc dot gnu.org
          Component|other                       |rust
         Resolution|---                         |FIXED

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed for GCC 13 then

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-25 11:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-93090-4@http.gcc.gnu.org/bugzilla/>
2021-03-02 16:12 ` [Bug other/93090] RFE: Add a frontend for the Rust programming language glaubitz at physik dot fu-berlin.de
2021-08-24  9:54 ` pinskia at gcc dot gnu.org
2021-08-24 12:58 ` dmalcolm at gcc dot gnu.org
2021-08-24 13:08 ` glaubitz at physik dot fu-berlin.de
2023-01-25 10:27 ` redi at gcc dot gnu.org
2023-01-25 10:42 ` glaubitz at physik dot fu-berlin.de
2023-01-25 11:36 ` [Bug rust/93090] " redi at gcc dot gnu.org

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