This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5435] Resolution of templates with VLAs
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2003 23:30:43 -0000
- Subject: [Bug c++/5435] Resolution of templates with VLAs
- References: <20020120030601.5435.guillaume.lemaitre33@wanadoo.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5435
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-06 23:30 -------
I was wrong the original test case does not compile still:
pr5435.cc: In function `int main(int, char**)':
pr5435.cc:8: error: no matching function for call to `f(int (*)[argc])'
2.95.3 accepted this but produced unasmeblable code.