Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Wed, 30 Apr 2008, Izumi Tsutsui wrote:
> > Log Message:
> > kpreempt: fix a block that should only have compiled as C++... I gues
> > there is a parsing bug in gcc that let it through.
> 
> I think C99 allows it and gcc is sane.

Yes, the BNF in section section 6.8.2 shows that statements and
declarations may be mixed in any order inside a compound statement.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index