This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52796] [4.6/4.7/4.8 C++11] Initialization of primitive object with 0-length parameter pack fails to value-initialize
- From: "jyasskin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Mar 2012 21:22:30 +0000
- Subject: [Bug c++/52796] [4.6/4.7/4.8 C++11] Initialization of primitive object with 0-length parameter pack fails to value-initialize
- Auto-submitted: auto-generated
- References: <bug-52796-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52796
Jeffrey Yasskin <jyasskin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.6/4.7 C++11] |[4.6/4.7/4.8 C++11]
|Initialization of primitive |Initialization of primitive
|object with 0-length |object with 0-length
|parameter pack fails to |parameter pack fails to
|value-initialize |value-initialize
--- Comment #2 from Jeffrey Yasskin <jyasskin at gcc dot gnu.org> 2012-03-30 21:22:30 UTC ---
And 4.8.0 20120330 matches 4.7's behavior for both test cases.