This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13963] gcc rejects array of unknown bounds as parameter of function template specialization


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]