This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Your patch causes regressions
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: mark at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: 13 May 2003 15:06:11 +0200
- Subject: Re: Your patch causes regressions
- Organization: Integrable Solutions
- References: <200305121519.h4CFJGo6031099@minax.codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
| This patch:
|
| * c-opts.c (c_common_decode_option): Don't set
| warn_ctor_dtor_privacy wen -Wall.
|
| is probably the cause of:
|
| FAIL: g++.old-deja/g++.other/warn3.C (test for warnings, line 7)
| FAIL: g++.old-deja/g++.other/warn3.C (test for warnings, line 17)
| FAIL: g++.old-deja/g++.other/warn3.C (test for warnings, line 26)
| FAIL: g++.old-deja/g++.other/warn3.C (test for warnings, line 33)
| FAIL: g++.old-deja/g++.other/warn3.C (test for warnings, line 43)
| FAIL: g++.old-deja/g++.other/warn3.C (test for warnings, line 51)
|
| Please update the test to pass the new warning option.
I can't explain why I didn't see that regression when I run the
testsuite. I see Kriang kindly did add the option. Thanks to both of
you.
-- Gaby