[Bug c++/28274] [4.2/4.3/4.4 Regression] Redeclaration with extra default argument doesn't work

2009-03-24 Thread jason at gcc dot gnu dot org
--- Comment #13 from jason at gcc dot gnu dot org 2009-03-24 22:26 --- Subject: Bug 28274 Author: jason Date: Tue Mar 24 22:26:21 2009 New Revision: 145042 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145042 Log: PR c++/28274 * name-lookup.c

[Bug c++/28274] [4.2/4.3/4.4 Regression] Redeclaration with extra default argument doesn't work

2009-02-25 Thread andreasmeier80 at gmx dot de
--- Comment #11 from andreasmeier80 at gmx dot de 2009-02-25 10:33 --- The target milestone 4.0.4 is wrong -- andreasmeier80 at gmx dot de changed: What|Removed |Added

[Bug c++/28274] [4.2/4.3/4.4 Regression] Redeclaration with extra default argument doesn't work

2009-02-25 Thread reichelt at gcc dot gnu dot org
--- Comment #12 from reichelt at gcc dot gnu dot org 2009-02-25 21:00 --- The culprit is in the function pushdecl_maybe_friend: Functions declared extern C bypass the usual mechanism, because duplicate_decls isn't called for them (see lines 727ff): else if

[Bug c++/28274] [4.2/4.3/4.4 Regression] Redeclaration with extra default argument doesn't work

2009-02-11 Thread jason at gcc dot gnu dot org
--- Comment #10 from jason at gcc dot gnu dot org 2009-02-11 21:31 --- The extern C testcase passed under the 3.2 compiler; marking as regression. -- jason at gcc dot gnu dot org changed: What|Removed |Added