Fix PR ada/107810

This just makes the pattern matching more robust.

gcc/testsuite/
	PR ada/107810
	* gnat.dg/unchecked_convert9.adb: Adjust pattern.
This commit is contained in:
Eric Botcazou 2022-11-29 11:42:32 +01:00
parent 9948daa4fd
commit 1ad898d827

View 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" } }