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

https://gcc.gnu.org/g:1416b85322cd9cd74c7a79e3270bb334ceb3a44c

commit 1416b85322cd9cd74c7a79e3270bb334ceb3a44c
Merge: 5b3c4be73fb 43b7dd91fb0
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Aug 25 14:35:59 2022 +0000

    Merge #1499
    
    1499: Constant folding in gccrs: port over rest of the code from CP frontend r=philberty a=abbasfaisal
    
    
    
    Co-authored-by: Faisal Abbas <90.abbasfaisal@gmail.com>
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/backend/rust-compile-base.cc      |    8 +
 gcc/rust/backend/rust-compile-intrinsic.cc |    8 +-
 gcc/rust/backend/rust-constexpr.cc         | 6618 ++++++++++++++++++++++++++--
 gcc/rust/backend/rust-constexpr.h          |    2 +
 gcc/rust/backend/rust-tree.cc              | 5241 ++++++++++++++++++++++
 gcc/rust/backend/rust-tree.h               | 2916 +++++++++++-
 gcc/testsuite/rust/compile/const4.rs       |   22 +
 gcc/testsuite/rust/compile/const5.rs       |    5 +
 8 files changed, 14520 insertions(+), 300 deletions(-)

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

only message in thread, other threads:[~2022-08-29 15:36 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:36 [gcc/devel/rust/master] Merge #1499 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).