[Bug c++/20665] poor diagnostic for missing semicolon at end of template struct declaration

2006-03-21 Thread tbm at cyrius dot com
--- Comment #4 from tbm at cyrius dot com 2006-03-21 16:48 --- (In reply to comment #1) On the mainline I get: t.cc:1: error: template declaration of 'enum' t.cc:2: error: multiple types in one declaration There might be a dup of this bug somewhere. Bug #16189 is the same and has

[Bug c++/20665] poor diagnostic for missing semicolon at end of template struct declaration

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-21 16:50 --- (In reply to comment #4) Ok. *** This bug has been marked as a duplicate of 16189 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/20665] poor diagnostic for missing semicolon at end of template struct declaration

2005-06-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-27 01:58 --- Confirmed. -- What|Removed |Added Severity|normal

[Bug c++/20665] poor diagnostic for missing semicolon at end of template struct declaration

2005-03-28 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-03-28 15:06 --- Yes, there are multiple PRs in the database about diagnostics when people forget the semicolon at the end of a struct or class declaration. There are also examples in these PRs that show why this case is so