]> git.ipfire.org Git - thirdparty/gcc.git/commit - contrib/reghunt/ChangeLog
bin: New directory.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 17 Feb 2009 18:35:24 +0000 (18:35 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 17 Feb 2009 18:35:24 +0000 (18:35 +0000)
commite88396c0721010f49c8f2013c91916a8f30c1162
treeabbdf3e73b00c128324024b4ff8cc14c3916d638
parent1ce205fe0b19e5f2547ceb216787ce2dc8bf542c
bin: New directory.

* bin: New directory.
* bin/reg-hunt: New.
* bin/reg_periodic: New.
* bin/gcc-svn-update: New.
* bin/gcc-svn-update-fix: New.
* bin/gcc-build-simple: New.
* bin/gcc-build-full: New.
* bin/gcc-cleanup: New.
* bin/reg-test: New.
* bin/reg-newmid: New.
* bin/gcc-test-ice-on-valid-code: New.
* bin/gcc-test-ice-on-invalid-code: New.
* bin/gcc-test-compiler-hangs: New.
* bin/gcc-test-missing-warning: New.
* bin/gcc-test-bogus-warning: New.
* bin/gcc-test-segfault-on-valid-code: New.
* bin/gcc-test-rejects-valid: New.
* bin/gcc-test-accepts-invalid: New.
* bin/gcc-test-wrong-code: New.
* bin/gcc-svn-patchlist: New.
* bin/gcc-svn-checkfail: New.
* bin/gcc-svn-recordfail: New.
* bin/gcc-svn-report: New.
* bin/gcc-svn-ids: New.

From-SVN: r144240
23 files changed:
contrib/reghunt/ChangeLog
contrib/reghunt/bin/gcc-build-full [new file with mode: 0755]
contrib/reghunt/bin/gcc-build-simple [new file with mode: 0755]
contrib/reghunt/bin/gcc-cleanup [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-checkfail [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-ids [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-patchlist [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-recordfail [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-report [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-update [new file with mode: 0755]
contrib/reghunt/bin/gcc-svn-update-fix [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-accepts-invalid [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-bogus-warning [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-compiler-hangs [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-ice-on-invalid-code [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-ice-on-valid-code [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-missing-warning [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-rejects-valid [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-segfault-on-valid-code [new file with mode: 0755]
contrib/reghunt/bin/gcc-test-wrong-code [new file with mode: 0755]
contrib/reghunt/bin/reg-hunt [new file with mode: 0755]
contrib/reghunt/bin/reg-newmid [new file with mode: 0755]
contrib/reghunt/bin/reg-test [new file with mode: 0755]