pr26570.c: Clean up coverage files.

* gcc.dg/pr26570.c: Clean up coverage files.
	* gcc.dg/pr30172-1.c: Clean up gimple tree dump.
	* gcc.dg/lower-subreg-1.c: Clean up subreg rtl dump file.
	* gcc.dg/tree-ssa/tailrecursion-1.c: Clean up all tailr dump files.
	* gcc.dg/tree-ssa/tailrecursion-2.c: Ditto.
	* gcc.dg/tree-ssa/tailrecursion-3.c: Ditto.
	* gcc.dg/tree-ssa/tailrecursion-4.c: Ditto.
	* gcc.dg/tree-ssa/pr21658.c: Clean up all ccp dump files.
	* gcc.dg/tree-ssa/pr21829.c: Clean up all phicprop dump files.
	* gcc.dg/tree-ssa/pr15349.c: Clean up all mergephi dump files.
	* gcc.dg/tree-ssa/pr25501.c: Ditto.
	* gcc.dg/fold-compare-2.c: Clean up vrp dump files.
	* gcc.dg/vect/vect-recip.c: Clean up vect dump file.
	* gcc.dg/vect/pr28952.c: Ditto.
	* gcc.dg/vect/pr27151.c: Ditto.
	* gcc.dg/gomp/macro-3.c: Clean up omplower dump file.
	* g++.dg/gomp/macro-3.C: Ditto.

From-SVN: r121739
This commit is contained in:
Uros Bizjak 2007-02-09 10:32:30 +01:00 committed by Uros Bizjak
parent 19628083aa
commit 3553ec04db
18 changed files with 41 additions and 11 deletions

View File

@ -1,3 +1,23 @@
2007-02-09 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/pr26570.c: Clean up coverage files.
* gcc.dg/pr30172-1.c: Clean up gimple tree dump.
* gcc.dg/lower-subreg-1.c: Clean up subreg rtl dump file.
* gcc.dg/tree-ssa/tailrecursion-1.c: Clean up all tailr dump files.
* gcc.dg/tree-ssa/tailrecursion-2.c: Ditto.
* gcc.dg/tree-ssa/tailrecursion-3.c: Ditto.
* gcc.dg/tree-ssa/tailrecursion-4.c: Ditto.
* gcc.dg/tree-ssa/pr21658.c: Clean up all ccp dump files.
* gcc.dg/tree-ssa/pr21829.c: Clean up all phicprop dump files.
* gcc.dg/tree-ssa/pr15349.c: Clean up all mergephi dump files.
* gcc.dg/tree-ssa/pr25501.c: Ditto.
* gcc.dg/fold-compare-2.c: Clean up vrp dump files.
* gcc.dg/vect/vect-recip.c: Clean up vect dump file.
* gcc.dg/vect/pr28952.c: Ditto.
* gcc.dg/vect/pr27151.c: Ditto.
* gcc.dg/gomp/macro-3.c: Clean up omplower dump file.
* g++.dg/gomp/macro-3.C: Ditto.
2007-02-08 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/vect-strided-same-dr.c (main): Fix terminate condition

View File

@ -23,3 +23,4 @@ foo (void)
}
// { dg-final { scan-tree-dump-times "#pragma omp parallel" 4 "omplower" } }
// { dg-final { cleanup-tree-dump "omplower" } }

View File

@ -16,3 +16,5 @@ main(void)
}
/* { dg-final { scan-tree-dump-times "Removing basic block" 1 "vrp1" } } */
/* { dg-final { cleanup-tree-dump "vrp\[1-2\]" } } */

View File

@ -23,3 +23,4 @@ foo (void)
}
/* { dg-final { scan-tree-dump-times "#pragma omp parallel" 4 "omplower" } } */
/* { dg-final { cleanup-tree-dump "omplower" } } */

View File

@ -5,4 +5,4 @@
long long test (long long a, long long b) { return a | b; }
/* { dg-final { scan-rtl-dump "Splitting reg" "subreg" } } */
/* { dg-final { cleanup-tree-dump "subreg" } } */
/* { dg-final { cleanup-rtl-dump "subreg" } } */

View File

@ -5,3 +5,5 @@ unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-warning "execution counts estimated" } */
/* { dg-final { cleanup-coverage-files } } */

View File

@ -12,4 +12,4 @@ _Complex double test5 (double x, double y) { return (x + y * 1.i) * -1.i; }
/* { dg-final { scan-tree-dump "COMPLEX_EXPR <x, y>" "gimple" } } */
/* { dg-final { scan-tree-dump "D.* = -y;\n.*COMPLEX_EXPR <D.*, x>" "gimple" } } */
/* { dg-final { scan-tree-dump "D.* = -x;\n.*COMPLEX_EXPR <y, D.*>" "gimple" } } */
/* { dg-final { cleanup-tree-dump "original" } } */
/* { dg-final { cleanup-tree-dump "gimple" } } */

View File

@ -23,4 +23,4 @@ foo (int a, int b)
}
/* { dg-final { scan-tree-dump-times "PHI" 1 "mergephi2"} } */
/* { dg-final { cleanup-tree-dump "mergephi2" } } */
/* { dg-final { cleanup-tree-dump "mergephi\[1-2\]" } } */

View File

@ -18,4 +18,4 @@ f (void)
}
/* { dg-final { scan-tree-dump-times "Folded statement: if " 1 "ccp1"} } */
/* { dg-final { cleanup-tree-dump "ccp1" } } */
/* { dg-final { cleanup-tree-dump "ccp\[1-2\]" } } */

View File

@ -17,5 +17,5 @@ int test(int v)
}
/* { dg-final { scan-tree-dump-times "Original statement:.*% 2\[ \t\n]*Updated statement.*=1" 0 "phicprop3" } } */
/* { dg-final { cleanup-tree-dump "phicprop3" } } */
/* { dg-final { cleanup-tree-dump "phicprop\[1-3\]" } } */

View File

@ -33,4 +33,4 @@ foo (int a)
}
/* { dg-final { scan-tree-dump-times "Removing basic block" 0 "mergephi1"} } */
/* { dg-final { cleanup-tree-dump "mergephi" } } */
/* { dg-final { cleanup-tree-dump "mergephi\[1-2\]" } } */

View File

@ -9,4 +9,4 @@ t(int a)
return 0;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 1 "tailr1"} } */
/* { dg-final { cleanup-tree-dump "tailr1" } } */
/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */

View File

@ -10,4 +10,4 @@ t(char *a)
return 0;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 1 "tailr1"} } */
/* { dg-final { cleanup-tree-dump "tailr1" } } */
/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */

View File

@ -13,4 +13,4 @@ t(int a)
return r;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 1 "tailr1"} } */
/* { dg-final { cleanup-tree-dump "tailr1" } } */
/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */

View File

@ -15,4 +15,4 @@ t(int a)
return r;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 2 "tailr1"} } */
/* { dg-final { cleanup-tree-dump "tailr1" } } */
/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */

View File

@ -12,3 +12,5 @@ void vis_clear_data ()
vs_data[i] = (vis_type == 1);
}
}
/* { dg-final { cleanup-tree-dump "vect" } } */

View File

@ -28,4 +28,4 @@ send_spaceship_info (void)
lsend_packet_spaceship_info (&info);
}
/* { dg-final { cleanup-tree-dump "vect" } } */

View File

@ -16,3 +16,5 @@ void f(float *__restrict__ qa, float *__restrict__ qb,
qcm[i] = qc[i]/a;
}
}
/* { dg-final { cleanup-tree-dump "vect" } } */