https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25940
Andrew Pinski changed:
What|Removed |Added
CC||tiagomacarios at gmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25940
Andrew Pinski changed:
What|Removed |Added
CC||nlewycky at google dot com
--- Comment #
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-01 18:15 ---
Related closely to PR 13699.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
BugsT
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-01-25 10:52 ---
Shorter testcase:
namespace N1 {
extern "C" int func (int);
int func (int) {}
};
namespace N2 {
extern "C" int func (int);
int func (int) {}
};
not a regression from anything. Not dependent on weird cross
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 12:40 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON