[Bug c++/19773] warning for misplaced semicolon is C-only

2006-01-05 Thread falk at debian dot org
--- Comment #3 from falk at debian dot org 2006-01-05 10:36 --- (In reply to comment #2) > please resolve this as duplicate for bug 5520 OK. *** This bug has been marked as a duplicate of 5520 *** -- falk at debian dot org changed: What|Removed |

[Bug c++/19773] warning for misplaced semicolon is C-only

2006-01-05 Thread mueller at kde dot org
--- Comment #2 from mueller at kde dot org 2006-01-05 10:20 --- please resolve this as duplicate for bug 5520 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19773

[Bug c++/19773] warning for misplaced semicolon is C-only

2005-02-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-03 06:01 --- Confirmed, I think you mean the following (note the semicolon on the same line as the if): bool f(); void g(); void h() { if (f()); g(); } I could swear there was another bug which reported this but

[Bug c++/19773] warning for misplaced semicolon is C-only

2005-02-02 Thread austern at apple dot com
-- What|Removed |Added Summary|warning for misplace|warning for misplaced |semicolon is C-only |semicolon is C-only http://gcc.gnu.org/