We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7ebd5 commit 2b40338Copy full SHA for 2b40338
regression/goto-analyzer/dependence-graph14/test.desc
@@ -4,11 +4,9 @@ main.c
4
activate-multi-line-match
5
^EXIT=0$
6
^SIGNAL=0$
7
-// Assignment has a data dependency on the assignment of a[2]
8
-\/\/ ([0-9]+).*\n.*a\[\(signed long int\)2\] = 2;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
+\/\/ ([0-9]+).*\n.*a\[\(signed long( long)? int\)2\] = 2;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
9
--
10
-// Assignment has no data dependency on the assignment of a[1]
11
-\/\/ ([0-9]+).*\n.*a\[\(signed long int\)1\] = 1;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
+\/\/ ([0-9]+).*\n.*a\[\(signed long( long)? int\)1\] = 1;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
12
^warning: ignoring
13
14
0 commit comments