OSDN Git Service

* bin: New directory.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2009 18:35:24 +0000 (18:35 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2009 18:35:24 +0000 (18:35 +0000)
commit42a8b5f0fd074548521460dca667b5fa46f711e9
treeabbdf3e73b00c128324024b4ff8cc14c3916d638
parentf460d1eeb2c023010373b2bd38496db86ca050c7
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144240 138bc75d-0d04-0410-961f-82ee72b054a4
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]