[Bug c++/20443] [4.0/4.1 Regression] ICE on invalid C++ code
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-03-22 15:54 --- Duplicate of PR 19980 which I just fixed. *** This bug has been marked as a duplicate of 19980 *** -- What|Removed |Added --
[Bug c++/20443] [4.0/4.1 Regression] ICE on invalid C++ code
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-12 18:40 --- This has been broken for a while. With "3.5.0 20040909", I get the following ICE: t.cc:1: error: `some_type' was not declared in this scope t.cc:2: error: `template int foo(T)' redeclared as different kind o