+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
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>
}
/* 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();
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" } } */