[Bug c++/11582] Odd error message with dynamically sized template arg printing
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Aug 17 12:43:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11582
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-07-19 02:31:38 |2003-08-17 12:43:09
date| |
Version|unknown |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-17 12:43 -------
It is even worse now:
First example:
pr11582.cc: In function `void g()':
pr11582.cc:7: error: no matching function for call to `f(int[((long unsigned
int)((<anonymous>)size() [with T = int]()))])'
Second example:
pr11582.1.cc: In function `void g()':
pr11582.1.cc:7: error: no matching function for call to `f(int[((long unsigned
int)((<anonymous>)size()()))])'
More information about the Gcc-bugs
mailing list