------- Comment #13 from manu at gcc dot gnu dot org 2007-02-13 17:19 ------- (In reply to comment #12) > Already posted as <http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00885.html>, > with no response. >
You need to insist. A week is normally considered an acceptable interval between pings. You need to bootstrap + regression test. http://gcc.gnu.org/contribute.html#testing Short version: make && make -k check Then, compare with the output without your patch. What I normally do is, for an unpatched tree: make && (make -k check &> pristine) then patch and do the same saving the output in another file. Compare the two outputs (there is a compare tests script in the contrib/ directory). Of course, this is a very dirty and rough explanation. It is better to read the docs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7302 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]