Commit 339c5a7f by Uros Bizjak

imm-devirt-2.C (dg-final): Improve einline dump string.

	* g++.dg/ipa/imm-devirt-2.C (dg-final): Improve einline dump string.
	* gcc.dg/pr44024.c (dg-options): Add -O1.
	(dg-final): Check for the condition.
	* gcc.dg/vect/pr61680.c (dg-final): Cleanup vect tree dump.

From-SVN: r212905
parent 5493d313
2014-07-22 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/ipa/imm-devirt-2.C (dg-final): Improve einline dump string.
* gcc.dg/pr44024.c (dg-options): Add -O1.
(dg-final): Check for the condition.
* gcc.dg/vect/pr61680.c (dg-final): Cleanup vect tree dump.
2014-07-21 Bin Cheng <bin.cheng@arm.com>
PR target/55701
......@@ -14,8 +21,8 @@
2014-07-21 Tom de Vries <tom@codesourcery.com>
PR target/61827
* gcc.target/i386/fuse-caller-save-rec.c: Allow underscore prefix to bar
symbol in scan-assembler-times call check.
* gcc.target/i386/fuse-caller-save-rec.c: Allow underscore prefix
to bar symbol in scan-assembler-times call check.
2014-07-21 Tom de Vries <tom@codesourcery.com>
......
......@@ -92,5 +92,5 @@ int main (int argc, char *argv[])
}
/* We fold into thunk of C. Eventually we should inline the thunk. */
/* { dg-final { scan-tree-dump "C::_ZThn24_N1C3fooEi \\(" "einline" } } */
/* { dg-final { scan-tree-dump "C::_ZThn\[0-9\]+_N1C3fooEi \\(" "einline" } } */
/* { dg-final { cleanup-tree-dump "einline" } } */
/* { dg-do link } */
/* { dg-options "-fdelete-null-pointer-checks -fdump-tree-ccp1" } */
/* { dg-options "-O1 -fdelete-null-pointer-checks -fdump-tree-ccp1" } */
void foo();
......@@ -10,5 +10,5 @@ int main()
return 0;
}
/* { dg-final { scan-tree-dump-not "foo" "ccp1" { target { ! avr*-*-* } } } } */
/* { dg-final { scan-tree-dump-not "if \\(foo" "ccp1" { target { ! avr*-*-* } } } } */
/* { dg-final { cleanup-tree-dump "ccp1" } } */
......@@ -49,3 +49,5 @@ main ()
foo ();
return 0;
}
/* { dg-final { cleanup-tree-dump "vect" } } */
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