X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Steuer Newsgroups: comp.os.msdos.djgpp Subject: Re: new gcc 4.10 behaviour Date: Thu, 30 Mar 2006 21:37:12 +0200 Lines: 14 Message-ID: <492qb3Fm6og9U1@news.dfncis.de> References: <1143542847 DOT 613686 DOT 87820 AT v46g2000cwv DOT googlegroups DOT com> <48sjvaFlir4cU1 AT news DOT dfncis DOT de> <48v4k4Fm65abU1 AT news DOT dfncis DOT de> <48vd7eFm0rukU5 AT news DOT dfncis DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de 8U9xoBuMO7oI2yeT6AAMMQLfYbx9nD+EQxj3YLYf6ws0DvLGLp+cd2RonS User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en In-Reply-To: <48vd7eFm0rukU5@news.dfncis.de> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hans-Bernhard Broeker wrote: > > By making them statements, rather than series of variable definitions. > That changes introduces what the C standard calls "sequence points", > which the optimizer must respect, and thus maintains order of things. > > This would appear to be a side effect of the C99 feature allowing > variable definitions to occur in the middle of a block, rather than at > the start of it only. > Thanks for clarifying that. Martin