This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/26114] [4.2 Regression] g++.dg/init/ctor4.C and g++.old-deja/g++.jason/overload34.C and g++.old-deja/g++.mike/p11110.C fails



------- Comment #7 from janis at gcc dot gnu dot org  2006-03-30 01:06 -------
The patch that Lee checked in removed checks for extra_warnings before the
calls to warnings with OPT_Wextra in typeck.c and class.c.  If those checks are
restored then the five test cases listed in this PR and in 26115 pass.  There's
still a bug   that Lee's code exposed, but putting the conditions back will let
the tests pass again.  Sorry, I don't have a fully-tested patch and am about to
be out of touch for over a week.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26114


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]