[Bug c++/20123] mangled name of typeid doesn't encode cv-qualifer.

2005-02-24 Thread jody-atd-030903 at atdesk dot com
--- Additional Comments From jody-atd-030903 at atdesk dot com 2005-02-24 19:33 --- I am not on the gcc team, so feel free to take this with some reservation. According to 5.2.8.5, the top-level cv-qualifier are stripped when calling typeid(). According to 3.9.3.[2,5], cv-qualifiers

[Bug c++/20200] New: typeid/demangle for multidimensional array returns wrong name

2005-02-24 Thread jody-atd-030903 at atdesk dot com
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jody-atd-030903 at atdesk dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20200

[Bug c++/20200] typeid/demangle for multidimensional array returns wrong name

2005-02-24 Thread jody-atd-030903 at atdesk dot com
--- Additional Comments From jody-atd-030903 at atdesk dot com 2005-02-24 19:57 --- Created an attachment (id=8273) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8273&action=view) Test program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20200

[Bug c++/20200] typeid/demangle for multidimensional array returns wrong name

2005-02-24 Thread jody-atd-030903 at atdesk dot com
--- Additional Comments From jody-atd-030903 at atdesk dot com 2005-02-24 19:58 --- Created an attachment (id=8274) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8274&action=view) Preprocessed output (result of gcc -v -save-temps b.cpp) -- http://gcc.gnu.org/b

[Bug c++/20200] typeid/demangle for multidimensional array returns wrong name

2005-02-24 Thread jody-atd-030903 at atdesk dot com
--- Additional Comments From jody-atd-030903 at atdesk dot com 2005-02-24 19:59 --- Created an attachment (id=8275) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8275&action=view) stdout/stderr from running gcc -v -save-temps b.cpp > OUT 2>&1 -- http://gcc