public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][pushed] Change if-to-switch-conversion test.
@ 2021-11-30 13:48 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2021-11-30 13:48 UTC (permalink / raw)
  To: gcc-patches

Small update of the test-case, approved by Richi.

Martin

	PR tree-optimization/103278

gcc/testsuite/ChangeLog:

	* gcc.dg/tree-ssa/if-to-switch-5.c: Make the test acceptable by
	targets with no jump-tables.
---
  gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-5.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-5.c b/gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-5.c
index ceeae908821..54771e64e59 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-5.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-5.c
@@ -4,8 +4,8 @@
  int crud (unsigned char c)
  {
    return (((((((((((int) c == 46) || (int) c == 44)
-		 || (int) c == 58) || (int) c == 59) || (int) c == 60)
-	      || (int) c == 62) || (int) c == 34) || (int) c == 92)
+		 || (int) c == 58) || (int) c == 60) || (int) c == 62)
+	      || (int) c == 64) || (int) c == 34) || (int) c == 92)
  	   || (int) c == 39) != 0);
  }
  
-- 
2.34.0


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

only message in thread, other threads:[~2021-11-30 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 13:48 [PATCH][pushed] Change if-to-switch-conversion test Martin Liška

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