public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] macro: Use MacroInvocation's node_id in ExternalItem constructor.
@ 2024-05-07 16:22 Thomas Schwinge
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Schwinge @ 2024-05-07 16:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b85dc7014c821466bb411a14b7f5d6de4077eae6

commit b85dc7014c821466bb411a14b7f5d6de4077eae6
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Mar 19 13:12:20 2024 +0100

    macro: Use MacroInvocation's node_id in ExternalItem constructor.
    
    gcc/rust/ChangeLog:
    
            * ast/rust-macro.h: Use proper node id instead of the one in the base
            Expr class - which is uninitialized.

Diff:
---
 gcc/rust/ast/rust-macro.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h
index 5b9ff3f22c88..507e595e3790 100644
--- a/gcc/rust/ast/rust-macro.h
+++ b/gcc/rust/ast/rust-macro.h
@@ -727,7 +727,7 @@ private:
   {}
 
   MacroInvocation (const MacroInvocation &other)
-    : TraitItem (other.locus), ExternalItem (Expr::node_id),
+    : TraitItem (other.locus), ExternalItem (other.node_id),
       outer_attrs (other.outer_attrs), locus (other.locus),
       node_id (other.node_id), invoc_data (other.invoc_data),
       is_semi_coloned (other.is_semi_coloned), kind (other.kind),

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

* [gcc/devel/rust/master] macro: Use MacroInvocation's node_id in ExternalItem constructor.
@ 2024-05-07 16:21 Thomas Schwinge
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Schwinge @ 2024-05-07 16:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:adb56ef014effb17af27ab7baf0d87bc8bc48a0c

commit adb56ef014effb17af27ab7baf0d87bc8bc48a0c
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Tue Mar 19 13:12:20 2024 +0100

    macro: Use MacroInvocation's node_id in ExternalItem constructor.
    
    gcc/rust/ChangeLog:
    
            * ast/rust-macro.h: Use proper node id instead of the one in the base
            Expr class - which is uninitialized.

Diff:
---
 gcc/rust/ast/rust-macro.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h
index 5b9ff3f22c88..507e595e3790 100644
--- a/gcc/rust/ast/rust-macro.h
+++ b/gcc/rust/ast/rust-macro.h
@@ -727,7 +727,7 @@ private:
   {}
 
   MacroInvocation (const MacroInvocation &other)
-    : TraitItem (other.locus), ExternalItem (Expr::node_id),
+    : TraitItem (other.locus), ExternalItem (other.node_id),
       outer_attrs (other.outer_attrs), locus (other.locus),
       node_id (other.node_id), invoc_data (other.invoc_data),
       is_semi_coloned (other.is_semi_coloned), kind (other.kind),

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

end of thread, other threads:[~2024-05-07 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-07 16:22 [gcc/devel/rust/master] macro: Use MacroInvocation's node_id in ExternalItem constructor Thomas Schwinge
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07 16:21 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).