public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* c-c++-common/pr56493.c: Allow ":" in label, for mmix.
@ 2020-07-24 22:08 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2020-07-24 22:08 UTC (permalink / raw)
  To: gcc-patches

Committed.

No dots in labels for MMIX: internal labels instead contain ":".

gcc/testsuite:

	* c-c++-common/pr56493.c: Allow ":" in label, for mmix.
--- gcc/gcc/testsuite/c-c++-common/pr56493.c.orig	Mon Jan 13 22:30:46 2020
+++ gcc/gcc/testsuite/c-c++-common/pr56493.c	Sat Jul 25 00:00:28 2020
@@ -12,4 +12,4 @@ foo (void)
 }

 /* Verify we narrow the addition from unsigned long long to unsigned int type.  */
-/* { dg-final { scan-tree-dump "  (\[a-zA-Z._0-9$]*) = \\(unsigned int\\) \[^;\n\r]*;.*  (\[a-zA-Z._0-9$]*) = \\(unsigned int\\) \[^;\n\r]*;.* = \\1 \\+ \\2;" "gimple" { target { ilp32 || lp64 } } } } */
+/* { dg-final { scan-tree-dump "  (\[a-zA-Z._0-9$:]*) = \\(unsigned int\\) \[^;\n\r]*;.*  (\[a-zA-Z._0-9$:]*) = \\(unsigned int\\) \[^;\n\r]*;.* = \\1 \\+ \\2;" "gimple" { target { ilp32 || lp64 } } } } */

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

only message in thread, other threads:[~2020-07-24 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 22:08 c-c++-common/pr56493.c: Allow ":" in label, for mmix Hans-Peter Nilsson

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