Bug#207269: gcc-3.3: require semi-colon after do{}while()

2003-08-26 Thread Daniel Jacobowitz
On Tue, Aug 26, 2003 at 06:00:31AM +0200, Pierre THIERRY wrote: > Package: gcc-3.3 > Version: 1:3.3.1-0pre0 > Severity: normal > Tags: upstream > > GCC, for C and C++, doesn't require any semi-colon after a while(){} > structure (and shouldn't, AFAIK), but require it after a do{}while(). > > Comp

Bug#207269: gcc-3.3: require semi-colon after do{}while()

2003-08-25 Thread Pierre THIERRY
Package: gcc-3.3 Version: 1:3.3.1-0pre0 Severity: normal Tags: upstream GCC, for C and C++, doesn't require any semi-colon after a while(){} structure (and shouldn't, AFAIK), but require it after a do{}while(). Compiling the attached file triggers the following error, and the compilation works gr