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++/9043] [ABI] incorrect name mangling for array dimension in template function


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-03 20:38:24
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-03 20:38 -------
I can confirm this on the mainline (20030803) even with -fab-version=0.

_Z3f36ILi1EEvPALi2E_i
void f36<(int)1>(int (*) [(int)2])

_Z3f36ILi1EEvPA2_i
void f36<(int)1>(int (*) [2])


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