]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix PR ada/107810
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 29 Nov 2022 10:42:32 +0000 (11:42 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Tue, 29 Nov 2022 10:46:31 +0000 (11:46 +0100)
This just makes the pattern matching more robust.

gcc/testsuite/
PR ada/107810
* gnat.dg/unchecked_convert9.adb: Adjust pattern.

gcc/testsuite/gnat.dg/unchecked_convert9.adb

index a01584f704db052cabb018d9784ece4f54d9a596..5d12d623a9c62d8a5416110e5d387b2ec8d6c7ec 100644 (file)
@@ -11,4 +11,4 @@ package body Unchecked_Convert9 is
 
 end Unchecked_Convert9;
 
--- { dg-final { scan-rtl-dump-times "set \\(mem/v" 1 "final" } }
+-- { dg-final { scan-rtl-dump-times "set \\(mem/v/c" 1 "final" } }