OSDN Git Service

PR testsuite/41542
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Oct 2009 08:15:55 +0000 (08:15 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Oct 2009 08:15:55 +0000 (08:15 +0000)
* gcc.dg/tree-ssa/ipa-cp-1.c: Remove mis-merged garbage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152432 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ipa-cp-1.c

index ef98be2..50c6362 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR testsuite/41542
+       * gcc.dg/tree-ssa/ipa-cp-1.c: Remove mis-merged garbage.
+
 2009-10-02  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/abi/mangle32.C: New.
index bd24446..5f12636 100644 (file)
@@ -12,31 +12,3 @@ main()
 /* One appereance for dump, one self recursive call and one call from main.  */
 /* { dg-final { scan-tree-dump-times "very_long_function.clone.0 \\(\\)" 3 "optimized"} } */
 /* { dg-final { cleanup-tree-dump "optimized" } } */
-/* { dg-do compile } */
-/* { dg-options "-O3 -fdump-tree-optimized -fno-inline" } */
-int
-very_long_function(int a)
-{
-  return very_long_function (a)/4;
-}
-main()
-{
-  very_long_function (1);
-}
-/* One appereance for dump, one self recursive call and one call from main.  */
-/* { dg-final { scan-tree-dump-times "very_long_function.clone.0 \\(\\)" 3 "optimized"} } */
-/* { dg-final { cleanup-tree-dump "optimized" } } */
-/* { dg-do compile } */
-/* { dg-options "-O3 -fdump-tree-optimized -fno-inline" } */
-int
-very_long_function(int a)
-{
-  return very_long_function (a)/4;
-}
-main()
-{
-  very_long_function (1);
-}
-/* One appereance for dump, one self recursive call and one call from main.  */
-/* { dg-final { scan-tree-dump-times "very_long_function.clone.0 \\(\\)" 3 "optimized"} } */
-/* { dg-final { cleanup-tree-dump "optimized" } } */