[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-05-17 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782

Dodji Seketeli  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Dodji Seketeli  ---
This has been committed to trunk and 4.8.


[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-05-15 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782

--- Comment #3 from Dodji Seketeli  ---
A candidate patch was sent to
http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00841.html for this.


[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-05-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |4.8.1


[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-05-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782

Dodji Seketeli  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |dodji at gcc dot gnu.org


[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-03-29 Thread jason at gcc dot gnu.org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782



Jason Merrill  changed:



   What|Removed |Added



 CC||dodji at gcc dot gnu.org

 Depends on||53609



--- Comment #2 from Jason Merrill  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.


[Bug c++/56782] [4.8/4.9 Regression] Regression with empty pack expansions

2013-03-29 Thread paolo.carlini at oracle dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56782



Paolo Carlini  changed:



   What|Removed |Added



 Status|UNCONFIRMED |NEW

   Last reconfirmed||2013-03-29

 CC||jason at gcc dot gnu.org

Summary|[C++11] Regression with |[4.8/4.9 Regression]

   |empty pack expansions   |Regression with empty pack

   ||expansions

 Ever Confirmed|0   |1



--- Comment #1 from Paolo Carlini  2013-03-29 
13:51:01 UTC ---

Confirmed.