--- 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
--- 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
--- 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
--- 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
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|dgregor at gcc dot gnu dot |unassigned at gcc dot gnu
|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