[Bug c++/20576] poor diagnostic

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-20 03:01 --- *** This bug has been marked as a duplicate of 16057 *** -- What|Removed |Added

[Bug c++/20576] poor diagnostic

2005-03-21 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-21 22:05 --- I'm absolutely positive this is a duplicate of a fair number of other PRs, though I can't find one with a 20 second search. PR 13979 may be one, but doesn't have a really short testcase so I can't tell for sur

[Bug c++/20576] poor diagnostic

2005-03-21 Thread igodard at pacbell dot net
--- Additional Comments From igodard at pacbell dot net 2005-03-21 12:39 --- The same case but using derivation from classes rather than templates: struct foo {}; struct bar : public foo {}; struct baz : public bar {}; struct baf : public foo, public baz {}; void F(foo&) {} int main() {