diff options
Diffstat (limited to 'contrib/reghunt/examples/29906a.config')
-rw-r--r-- | contrib/reghunt/examples/29906a.config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/reghunt/examples/29906a.config b/contrib/reghunt/examples/29906a.config new file mode 100644 index 00000000000..e643f96b637 --- /dev/null +++ b/contrib/reghunt/examples/29906a.config @@ -0,0 +1,16 @@ +BUGID=29906a +FIND=break +LANG=c++ +BUILD_KIND=simple +BUG_KIND=ice-on-valid-code +OPTS="-g" + +. ./common.config + +#LOW_PATCH=384 +#HIGH_PATCH=389 + +#msg 0 'NOTE: skipping low patch, already verified' +#SKIP_LOW=1 +#msg 0 'NOTE: skipping high patch, already verified' +#SKIP_HIGH=1 |