public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite: Add another bitint testcase [PR113691]
@ 2024-02-02  9:58 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2024-02-02  9:58 UTC (permalink / raw)
  To: gcc-patches

Hi!

This is fixed by the PR113692 patch.

Will commit as obvious if that patch makes it in.

2024-02-02  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/113691
	* gcc.dg/bitint-83.c: New test.

--- gcc/testsuite/gcc.dg/bitint-83.c.jj	2024-02-01 12:32:39.555709390 +0100
+++ gcc/testsuite/gcc.dg/bitint-83.c	2024-02-01 12:32:31.178826835 +0100
@@ -0,0 +1,23 @@
+/* PR tree-optimization/113691 */
+/* { dg-do compile { target bitint } } */
+/* { dg-options "-O2 -std=gnu11 -w" } */
+
+#if __BITINT_MAXWIDTH__ >= 944
+_BitInt (944) i;
+#else
+_BitInt (63) i;
+#endif
+
+void foo ();
+
+void
+bar ()
+{
+  foo (i);
+}
+
+void
+foo (int *p)
+{
+  *p = 0;
+}

	Jakub


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

only message in thread, other threads:[~2024-02-02  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02  9:58 [PATCH] testsuite: Add another bitint testcase [PR113691] Jakub Jelinek

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