Commit 7fd009d0 by Uros Bizjak Committed by Uros Bizjak

sibcall-2.c (dg-final): Properly escape '[' and ']' in scan-assembler-not string.

	* gcc.target/i386/sibcall-2.c (dg-final): Properly escape '[' and ']'
	in scan-assembler-not string.
	* gcc.target/i386/sibcall-3.c (dg-final): Ditto.
	* gcc.target/i386/sibcall-4.c (dg-final): Ditto.
	* gcc.target/i386/sibcall-6.c (dg-final): Ditto.

From-SVN: r211118
parent e9e195d6
2014-06-01 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/sibcall-2.c (dg-final): Properly escape '[' and ']'
in scan-assembler-not string.
* gcc.target/i386/sibcall-3.c (dg-final): Ditto.
* gcc.target/i386/sibcall-4.c (dg-final): Ditto.
* gcc.target/i386/sibcall-6.c (dg-final): Ditto.
2014-06-01 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/pr60969.C (dg-do compile): Change ilp32 target to ia32.
2014-06-01 Kai Tietz <ktietz@redhat.com>
......
......@@ -13,4 +13,4 @@ int foo (int a)
return (a < 0 ? doo1 : doo2) (a);
}
/* { dg-final { scan-assembler-not "call[ \t]*.%eax" } } */
/* { dg-final { scan-assembler-not "call\[ \t\]*.%eax" } } */
......@@ -13,4 +13,4 @@ void bar (int a)
return foo (a);
}
/* { dg-final { scan-assembler-not "jmp[ \t]*.%eax" } } */
/* { dg-final { scan-assembler-not "jmp\[ \t\]*.%eax" } } */
......@@ -12,4 +12,4 @@ void male_indirect_jump (long offset)
dispatch[offset](offset);
}
/* { dg-final { scan-assembler-not "jmp[ \t]*.%eax" } } */
/* { dg-final { scan-assembler-not "jmp\[ \t\]*.%eax" } } */
......@@ -34,4 +34,4 @@ ira_traverse_loop_tree (int bb_p, ira_loop_tree_node_t loop_node,
if (postorder_func)
(*postorder_func) (loop_node);
}
/* { dg-final { scan-assembler "jmp[ \t]*.%eax" } } */
/* { dg-final { scan-assembler "jmp\[ \t\]*.%eax" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment