[Bug c++/35147] ICE trying to expand an argument pack with zero arguments

2009-02-06 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2009-02-07 02:08 --- Fixed for 4.4.0. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/35147] ICE trying to expand an argument pack with zero arguments

2009-02-06 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2009-02-07 02:05 --- Subject: Bug 35147 Author: paolo Date: Sat Feb 7 02:05:04 2009 New Revision: 144001 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144001 Log: /cp 2009-02-06 Paolo Carlini PR c++/35147 PR

[Bug c++/35147] ICE trying to expand an argument pack with zero arguments

2009-02-06 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-02-06 12:51 --- On it. -- paolo dot carlini at oracle dot com changed: What|Removed |Added AssignedT

[Bug c++/35147] ICE trying to expand an argument pack with zero arguments

2008-12-28 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-29 07:37 --- Related to PR 37737. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfi

[Bug c++/35147] ICE trying to expand an argument pack with zero arguments

2008-12-02 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|dgregor at gcc dot gnu dot |unassigned at gcc dot gnu |org

[Bug c++/35147] ICE trying to expand an argument pack with zero arguments

2008-02-14 Thread dgregor at gcc dot gnu dot org
--- Comment #1 from dgregor at gcc dot gnu dot org 2008-02-14 21:38 --- This code is actually ill-formed. The problem is here: bind(h, forward(args...)) For N arguments, the second argument expands to: bind(h, forward(args1, args2, ..., argsN)) However, that's ill-formed because