in reply to Re: Should loop {} really loop indefinitely?
in thread Should loop {} really loop indefinitely?

Point taken. I guess it could be done with a special optimizer parameter, or with an explicit no-op instruction that would never be ignored from compilation.

loop { no-op() }