--- 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 |
--- 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
--- 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
--
What|Removed |Added
Summary|warning for misplace|warning for misplaced
|semicolon is C-only |semicolon is C-only
http://gcc.gnu.org/