------- 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