[Bug c++/28274] [4.0/4.1/4.2 Regression] Redeclaration with extra default argument doesn't work
jason at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 11 21:29:00 GMT 2009
------- Comment #9 from jason at gcc dot gnu dot org 2009-02-11 21:28 -------
This is still broken inside extern "C":
extern "C" {
void foo (int i, int j = 6);
void foo (int i = 4, int j);
}
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28274
More information about the Gcc-bugs
mailing list