[Bug c/57725] conflicting language extensions

2013-06-27 Thread jbeulich at novell dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57725 --- Comment #9 from jbeulich at novell dot com --- But that's the point - the compiler takes the liberty to treat "start != end" as always true, and "start < end" as being replaceable with "start <= end". Hence a respective for() loop could in the

<    1   2