This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47828] [C++0x] GCC instantiates function template with "auto" type
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Oct 2011 00:58:59 +0000
- Subject: [Bug c++/47828] [C++0x] GCC instantiates function template with "auto" type
- Auto-submitted: auto-generated
- References: <bug-47828-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47828
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Summary|GCC instantiates function |[C++0x] GCC instantiates
|template with "auto" type |function template with
| |"auto" type
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-20 00:58:59 UTC ---
This is completely fixed for 4.7.0 - rejected at compile time - and partially
in 4.6.x branch too - doesn't link.