[Bug c++/29773] name mangling for nested functions is wrong

2010-02-19 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2010-02-19 21:29 --- EDG 4.1 gives the same mangled name, so if anything needs to be fixed, it's the ABI document. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29773] name mangling for nested functions is wrong

2009-03-05 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/29773] name mangling for nested functions is wrong

2006-11-09 Thread geoffk at gcc dot gnu dot org
--- Comment #1 from geoffk at gcc dot gnu dot org 2006-11-09 21:49 --- There is a contradiction here in the ABI. The formal syntax in the ABI says that a local-name cannot appear inside a nested-name, but the example I mentioned is trying to show that it does. However, the formal