This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ast-optimizer-branch] simplifying C++


>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:

> C99 doesn't allow decls in the condition (so just does need to enclose the
> loop in a scope - it's because these extra scopes are only applied in C99
> mode that this feature isn't accepted as an extension in gnu89 mode).

Why would that matter?  If decls aren't allowed there in gnu89 mode, what
difference does the extra scope make?

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]