This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13963] gcc rejects array of unknown bounds as parameter of function template specialization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Feb 2004 19:58:11 -0000
- Subject: [Bug c++/13963] gcc rejects array of unknown bounds as parameter of function template specialization
- References: <20040201194206.13963.austern@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-01 19:58 -------
The mangled symbol ICC produces is _Z1hIA0_iEvT_ which corresponds to "void h<int [0]>(int [0])"
which does not take your theory of "int[] should be treated as a synonym for int*".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13963