profopt.exp: New, to support profile-directed optimizations.
authorJanis Johnson <janis@gcc.gnu.org>
Mon, 10 Sep 2001 21:36:47 +0000 (21:36 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 10 Sep 2001 21:36:47 +0000 (21:36 +0000)
* 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

gcc/testsuite/ChangeLog

index 54c55aef1b77352a1182538304d3bd2f3343d73b..852b1e820cc143a1c9336a30172a4caa7a77d1e2 100644 (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.