public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2020-12-05 23:47 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2020-12-05 23:47 UTC (permalink / raw)
  To: gcc-cvs

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

commit b91f0e9113f7bcecd237288e4809bc1c746cfa78
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 218f35838fd..1e46f108722 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1329,10 +1329,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index 742a24ff0bb..39c4775a3b1 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2021-03-07 17:01 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2021-03-07 17:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:31fe8dce59d559ff89252a9dd2136445a9887392

commit 31fe8dce59d559ff89252a9dd2136445a9887392
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 042abbfc48a..15b04b1e75f 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1330,10 +1330,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index f51277e61ed..868e57e24c5 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2021-01-30 19:08 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2021-01-30 19:08 UTC (permalink / raw)
  To: gcc-cvs

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

commit d43f22eca183e99d2ee55324d509495fcd03e6c1
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 042abbfc48a..15b04b1e75f 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1330,10 +1330,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index f51277e61ed..868e57e24c5 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2021-01-28 17:31 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2021-01-28 17:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2bc43596c21f46bbca55211658ac1a27c5d40153

commit 2bc43596c21f46bbca55211658ac1a27c5d40153
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 042abbfc48a..15b04b1e75f 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1330,10 +1330,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index f51277e61ed..868e57e24c5 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2021-01-11 11:39 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2021-01-11 11:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5edb525015a1ebac850b1ef43603dbd07cd7d9b4

commit 5edb525015a1ebac850b1ef43603dbd07cd7d9b4
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 042abbfc48a..15b04b1e75f 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1330,10 +1330,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index f51277e61ed..868e57e24c5 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2020-12-22 13:40 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2020-12-22 13:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3a2444bdaa8cb02ebe5950451510dba11cd000d7

commit 3a2444bdaa8cb02ebe5950451510dba11cd000d7
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index a3db4ae6d89..6df92599cb7 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1330,10 +1330,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index 742a24ff0bb..39c4775a3b1 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2020-12-09  9:50 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2020-12-09  9:50 UTC (permalink / raw)
  To: gcc-cvs

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

commit f642b8c4fd49e0d12ae4abe8a3d0c90db38f6d5a
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 218f35838fd..1e46f108722 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1329,10 +1329,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index 742a24ff0bb..39c4775a3b1 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2020-12-03 22:57 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2020-12-03 22:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0859c7ae1a80a1949d1eb4f1f70bf9f53d93ff3c

commit 0859c7ae1a80a1949d1eb4f1f70bf9f53d93ff3c
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 218f35838fd..1e46f108722 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1329,10 +1329,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index 742a24ff0bb..39c4775a3b1 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

* [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out.
@ 2020-11-30 14:38 Iain Buclaw
  0 siblings, 0 replies; 9+ messages in thread
From: Iain Buclaw @ 2020-11-30 14:38 UTC (permalink / raw)
  To: gcc-cvs

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

commit f7a5aff111b6b33cd7e4dc0d0a3f398718975837
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Mon Nov 30 15:37:38 2020 +0100

    d: Add dubious extraneous changes, but leave them commented out.

Diff:
---
 gcc/d/decl.cc    | 7 +++++++
 gcc/d/modules.cc | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 218f35838fd..1e46f108722 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1329,10 +1329,17 @@ get_symbol_decl (Declaration *decl)
 
       TREE_STATIC (decl->csym) = 1;
       /* The decl has not been defined -- yet.  */
+#if 0	// ???
+      if (!DECL_INITIAL (decl->csym))
+#endif
       DECL_EXTERNAL (decl->csym) = 1;
 
       if (decl->isInstantiated ())
 	d_linkonce_linkage (decl->csym);
+#if 0	// ???
+      else if (VAR_P (decl->csym) && TREE_PUBLIC (decl->csym))
+	d_linkonce_linkage (decl->csym);
+#endif
     }
 
   /* Symbol is going in thread local storage.  */
diff --git a/gcc/d/modules.cc b/gcc/d/modules.cc
index 742a24ff0bb..39c4775a3b1 100644
--- a/gcc/d/modules.cc
+++ b/gcc/d/modules.cc
@@ -173,6 +173,9 @@ build_internal_fn (tree ident, tree expr)
   TREE_PUBLIC (decl) = 0;
   TREE_USED (decl) = 1;
   DECL_ARTIFICIAL (decl) = 1;
+#if 0	// ???
+  DECL_WEAK (decl) = 0;
+#endif
 
   return decl;
 }


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

end of thread, other threads:[~2021-03-07 17:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05 23:47 [gcc(refs/users/ibuclaw/heads/darwin)] d: Add dubious extraneous changes, but leave them commented out Iain Buclaw
  -- strict thread matches above, loose matches on Subject: below --
2021-03-07 17:01 Iain Buclaw
2021-01-30 19:08 Iain Buclaw
2021-01-28 17:31 Iain Buclaw
2021-01-11 11:39 Iain Buclaw
2020-12-22 13:40 Iain Buclaw
2020-12-09  9:50 Iain Buclaw
2020-12-03 22:57 Iain Buclaw
2020-11-30 14:38 Iain Buclaw

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