Lines Matching full:echo
38 echo "usage: findmisopt bcfile outdir progargs [match]"
48 echo "findmisopt: bugpoint not found"
72 echo "Test Name: $name"
73 echo "Unoptimized program: $prog"
74 echo " Optimized program: $optprog"
80 echo "Passes : $all_switches"
84 echo "$outdir is not a directory"
113 echo "Return code not the same with these switches:"
114 echo $switches
115 echo "Unoptimized returned: $ex1"
116 echo "Optimized returned: $ex2"
122 echo "Diff fails with these switches:"
123 echo $switches
124 echo "Differences:"
132 echo "Trying to find optimization that breaks program:"
134 echo -n " $sw"
142 echo ""
146 echo "The program did not miscompile"
152 trimmed=`echo "$switches" | sed -e 's/^ *\(-[^ ]*\).*/\1/'`
153 switches=`echo "$switches" | sed -e 's/^ *-[^ ]* *//'`
154 echo "Trimmed $trimmed from left"
157 echo "Still Failing .. continuing ..."
160 echo "Found required early pass: $trimmed"
164 echo "Next Loop"
168 echo "findmisopt: All optimizations pass. Perhaps this isn't a misopt?"
171 echo "Smallest Optimization list=$final"
175 echo "Running: $bpcmd"
177 echo "findmisopt finished."