profopt.exp: New, to support profile-directed optimizations.

* lib/profopt.exp: New, to support profile-directed optimizations.
	* gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
	* gcc.misc-tests/bprob-1.c: New test.
	* gcc.misc-tests/bprob-2.c: New test.

From-SVN: r45524
This commit is contained in:
Janis Johnson 2001-09-10 21:36:47 +00:00
parent 60acf24e08
commit 1aa084e607
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
2001-09-10 Janis Johnson <janis187@us.ibm.com>
* lib/profopt.exp: New, to support profile-directed optimizations.
* gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
* gcc.misc-tests/bprob-1.c: New test.
* gcc.misc-tests/bprob-2.c: New test.
2001-09-07 Janis Johnson <janis187@us.ibm.com>
* gcc.misc-tests/gcov.exp: Add support for a .x file to control
XFAIL and which kinds of gcov output to verify.
* gcc.misc-tests/gcov-4b.x: New file.