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++/11857] Array of T=void allowed as function parameter type when T is a template parameter


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 01:51 -------
looks like GCC is converting T[] into *T too soon.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-11-03 04:13:37         |2004-01-01 01:51:41
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11857


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