[Issue 6574] Erroneous recursive call in template instantiation

2015-02-18 Thread via Digitalmars-d-bugs
recursive call in template instantiation https://github.com/D-Programming-Language/dmd/commit/51d514ce773fd237e8e4a091751a27e68d309184 Merge pull request #4270 from 9rnsr/fix6574 --

[Issue 6574] Erroneous recursive call in template instantiation

2015-01-09 Thread via Digitalmars-d-bugs
/dlang.org/commit/416e78085d70c964c29136fe2707b9efec4c1980 Merge pull request #750 from 9rnsr/fix6574 Issue 6574 - Erroneous recursive call in template instantiation --

[Issue 6574] Erroneous recursive call in template instantiation

2014-03-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6574 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-03-20 01:11:38 PDT --- (In reply to comment #1) As of v2.065, the provided code compiles and runs without errors. Taking out the 'Foo!();' line causes a compilation

[Issue 6574] Erroneous recursive call in template instantiation

2014-03-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6574 --- Comment #3 from Infiltrator lt.infiltra...@gmail.com 2014-03-20 05:54:44 PDT --- That's very odd. For me, the infloop only happens with my v2.062 gdc; my v2.065 dmd and dpaste's v2.065 both give the warning and output of dispatch, Foo A.

[Issue 6574] Erroneous recursive call in template instantiation

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6574 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|