------- 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 maybe I am thinking 
of a different issue.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-03 06:01:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19773

Reply via email to