[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 29 17:59:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dodji at gcc dot gnu.org
Depends on| |53609
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-29 17:59:18 UTC ---
This seems to be an issue with Dodji's patch for bug 53609; we aren't using
PACK_EXPANSION_EXTRA_ARGS for the partial instantiation of the tuple
constructor, but we should be.
More information about the Gcc-bugs
mailing list