[Bug c++/16635] g++ instantiates templates at the wrong place

2011-12-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16635 Jason Merrill changed: What|Removed |Added Status|SUSPENDED |RESOLVED Resolution|

[Bug c++/16635] g++ instantiates templates at the wrong place

2011-12-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16635 Jonathan Wakely changed: What|Removed |Added Known to fail|| --- Comment #16 from Jonathan Wakely

[Bug c++/16635] g++ instantiates templates at the wrong place

2010-01-06 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2010-01-06 19:40 --- I believe http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#993 will be resolved to allow the G++ behavior. Suspending. -- jason at gcc dot gnu dot org changed: What|Removed

[Bug c++/16635] g++ instantiates templates at the wrong place

2009-12-04 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2009-12-05 00:10 --- *** Bug 42292 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/16635] g++ instantiates templates at the wrong place

2009-01-09 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2009-01-09 20:27 --- *** Bug 38762 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/16635] g++ instantiates templates at the wrong place

2008-08-28 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-08-29 03:47 --- *** Bug 37225 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/16635] g++ instantiates templates at the wrong place

2008-04-02 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2008-04-03 02:51 --- *** Bug 35799 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/16635] g++ instantiates templates at the wrong place

2007-05-31 Thread andrew dot stubbs at st dot com
--- Comment #10 from andrew dot stubbs at st dot com 2007-05-31 10:57 --- Here's another issue in this area. Is it the same, or a separate bug? This code is adapted from the example in DR197. #include struct C1 {}; struct C2 : C1 { }; C1 c1; C2 c2; void f(C1); template vo

[Bug c++/16635] g++ instantiates templates at the wrong place

2005-06-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-23 01:27 --- (In reply to comment #6) > (In reply to comment #5) > > Here's the same thing with overloaded functions, causing a wrong-code > > error. If the last definition of > > 'bar' is commented out, the testcase

[Bug c++/16635] g++ instantiates templates at the wrong place

2005-06-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-23 01:19 --- (In reply to comment #5) > Here's the same thing with overloaded functions, causing a wrong-code error. > If the last definition of > 'bar' is commented out, the testcase passes, but otherwise not. That c

[Bug c++/16635] g++ instantiates templates at the wrong place

2005-04-25 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-04-26 06:53 --- Here's the same thing with overloaded functions, causing a wrong-code error. If the last definition of 'bar' is commented out, the testcase passes, but otherwise not. template int func(T & x) { return