[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2006-06-21 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-06-21 23:17 --- (In reply to comment #11) > on g++ v. 4.1.2 it is not fixed, But here I see "Fixed" with patches from > 2005! Fixed meaning GCC is no longer accepting invalid code. Your code is invalid and should be rejected.

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2006-06-21 Thread zvonsully at gmail dot com
--- Comment #11 from zvonsully at gmail dot com 2006-06-21 23:11 --- on g++ v. 4.1.2 it is not fixed, But here I see "Fixed" with patches from 2005! code: namespace NS{//a namespace template class C//a template class inside a namespace { int f();//a member of C }; }//NS //here is t

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2006-06-21 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-06-21 22:58 --- *** Bug 28130 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2006-02-21 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-02-21 21:10 --- *** Bug 26403 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2006-01-11 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-11 14:16 --- *** Bug 25748 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2005-09-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-16 18:16 --- Fixed on mainline. -- What|Removed |Added Status|NEW |

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2005-09-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-15 16:03 --- Subject: Bug 13140 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-15 16:03:33 Modified files: libstdc++-v3 : ChangeLog libstdc++-v3/tests

[Bug c++/13140] declaration in global namespace, definition inside named or anon namespace

2005-04-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-01 13:08 --- *** Bug 20711 has been marked as a duplicate of this bug. *** -- What|Removed |Added