Mercurial > hg > CbC > CbC_gcc
annotate contrib/reghunt/examples/30643.config @ 28:f2ea7e07d030
bit modify.
author | kent@teto.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Mon, 16 Nov 2009 17:22:19 +0900 |
parents | a06113de4d67 |
children |
rev | line source |
---|---|
0 | 1 BUGID=30643 |
2 FIND=break | |
3 LANG=c | |
4 BUILD_KIND=simple | |
5 BUG_KIND=ice-on-valid-code | |
6 OPTS="-O2" | |
7 REG_TARGET=i686-linux | |
8 | |
9 . ./common.config | |
10 | |
11 REG_TEST=${BUGID}.test | |
12 | |
13 #LOW_PATCH=11 | |
14 #HIGH_PATCH=21 | |
15 | |
16 #msg 0 'NOTE: skipping low patch, already verified' | |
17 #SKIP_LOW=1 | |
18 msg 0 'NOTE: skipping high patch, already verified' | |
19 SKIP_HIGH=1 |