------- Additional Comments From jason at redhat dot com 2005-09-15 14:23 ------- Subject: Re: Accepts qualified member function declaration in class
I wouldn't mind turning this diagnostic on by default as a pedwarn. As usual, people who want their code to build anyway can use -fpermissive. I'm strongly opposed to adding a flag for this diagnostic; I don't want to use warning flags for things that make the code technically ill-formed. I'm not particularly sympathetic to Dan's desire to be able to make GCC exactly as pedantic as EDG. If you don't want to deal with all the warnings from -pedantic, you can also filter them out with grep. Jason -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16782