public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-08 10:44 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-08 10:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6d37d0906154e07f752cce249cc98eb4f990dc89

commit 6d37d0906154e07f752cce249cc98eb4f990dc89
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 8 01:36:00 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index aab6ab6faf2..475c6795109 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-11-20 10:47 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-11-20 10:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8914a9884445e9a14ddb83a403242027b7f29224

commit 8914a9884445e9a14ddb83a403242027b7f29224
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Jun 13 05:41:11 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index f0a048a6bdb..c5ecd23a4df 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-10-06  5:25 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-10-06  5:25 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:87895301a81a4fe1fcea84f74104cf5fe883fb77

commit 87895301a81a4fe1fcea84f74104cf5fe883fb77
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Tue Jun 13 05:41:11 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index e1898da2280..6c47a525c1f 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-09  8:08 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-09  8:08 UTC (permalink / raw)
  To: gcc-cvs

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

commit 3af07c3573bc68c4f826a88e4e18a1978f8258e5
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 8 01:36:00 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index c8e39c82d57..15a0237d24e 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-09  6:26 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-09  6:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4843f0e1e37b4b5e36680945df545f16e5697287

commit 4843f0e1e37b4b5e36680945df545f16e5697287
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 8 01:36:00 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index c8e39c82d57..15a0237d24e 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-09  6:18 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-09  6:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9411c5d493f63fd24d382793eb2accdc86e286d0

commit 9411c5d493f63fd24d382793eb2accdc86e286d0
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 8 01:36:00 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index c8e39c82d57..15a0237d24e 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-08 11:00 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-08 11:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:94f4fed8c010bc74586b3b2f258e407f4d5d9c17

commit 94f4fed8c010bc74586b3b2f258e407f4d5d9c17
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jul 28 03:30:24 2022 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index aab6ab6faf2..475c6795109 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-08  9:18 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-08  9:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:94f4fed8c010bc74586b3b2f258e407f4d5d9c17

commit 94f4fed8c010bc74586b3b2f258e407f4d5d9c17
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jul 28 03:30:24 2022 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index aab6ab6faf2..475c6795109 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2023-06-08  4:48 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2023-06-08  4:48 UTC (permalink / raw)
  To: gcc-cvs

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

commit b04c0f8657b68cb1f803db8a1232389df6d3912f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jul 28 03:30:24 2022 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index aab6ab6faf2..475c6795109 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;

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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2022-07-28  6:39 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2022-07-28  6:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:42ded389f97884490972bbf51a2993dcac57e690

commit 42ded389f97884490972bbf51a2993dcac57e690
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jul 28 03:30:24 2022 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index 165f8d1fa22..7a4eff12951 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -255,7 +255,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;


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

* [gcc(refs/users/aoliva/heads/testme)] silence warnings
@ 2022-05-06  6:31 Alexandre Oliva
  0 siblings, 0 replies; 11+ messages in thread
From: Alexandre Oliva @ 2022-05-06  6:31 UTC (permalink / raw)
  To: gcc-cvs

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

commit f1af07cc5c27e31a088bcbd1b212fbf6f7c7c8aa
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Sep 2 23:15:40 2021 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index 3d8fa3abdfe..b5f2f94f076 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -255,7 +255,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;


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

end of thread, other threads:[~2023-11-20 10:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 10:44 [gcc(refs/users/aoliva/heads/testme)] silence warnings Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 10:47 Alexandre Oliva
2023-10-06  5:25 Alexandre Oliva
2023-06-09  8:08 Alexandre Oliva
2023-06-09  6:26 Alexandre Oliva
2023-06-09  6:18 Alexandre Oliva
2023-06-08 11:00 Alexandre Oliva
2023-06-08  9:18 Alexandre Oliva
2023-06-08  4:48 Alexandre Oliva
2022-07-28  6:39 Alexandre Oliva
2022-05-06  6:31 Alexandre Oliva

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