Mark as release
[official-gcc.git] / contrib / reghunt / bin / gcc-svn-checkfail
blob3877a062bf86f566a979a814ab9da1af6d374b2e
1 #! /bin/sh
3 # Given an identifier that is an index into the current patch list,
4 # return 1 if the corresponding SVN revision number is in the list of
5 # known failures, 0 otherwise.
7 ID=$1
8 REV=`${REG_IDS} -f index -t rev ${ID}`
9 grep -q "^${REV}$" ${REG_FAILLIST}