[Bug c++/42466] Multiple instantiations of template constructor fail

2009-12-31 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-31 15:48 --- Looks like this was fixed for 4.5. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/42466] Multiple instantiations of template constructor fail

2009-12-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-12-22 18:21 --- Confirmed, not a regression as far as I can tell either. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/42466] Multiple instantiations of template constructor fail

2009-12-22 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-12-22 18:29 --- Maybe Jason is willing to have a look. If it's legal, and I think it is, it's a pity that g++ users can't write this type of nifty constructor. -- paolo dot carlini at oracle dot com changed:

[Bug c++/42466] Multiple instantiations of template constructor fail

2009-12-22 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/42466] Multiple instantiations of template constructor fail

2009-12-22 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-12-22 23:17 --- Subject: Bug 42466 Author: jason Date: Tue Dec 22 23:16:46 2009 New Revision: 155411 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155411 Log: PR c++/42466 * pt.c (reduce_template_parm_level):