[Bug c++/7302] -Wnon-virtual-dtor should't complain of protected dtor

manu at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 13 17:20:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list