From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19365 invoked by alias); 7 May 2003 00:34:19 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 19348 invoked by uid 48); 7 May 2003 00:34:17 -0000 Date: Wed, 07 May 2003 00:34:00 -0000 Message-ID: <20030507003417.19347.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, notbob@tessellation.com From: giovannibajo@libero.it Reply-To: giovannibajo@libero.it, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, notbob@tessellation.com, gcc-gnats@gcc.gnu.org Subject: Re: c++/10648: template instantiation doesn't respect evaluation order of && X-SW-Source: 2003-05/txt/msg00431.txt.bz2 List-Id: Synopsis: template instantiation doesn't respect evaluation order of && State-Changed-From-To: open->closed State-Changed-By: bajo State-Changed-When: Wed May 7 00:34:17 2003 State-Changed-Why: Short-circuiting compilation of boolean expressions is not prescribed in the standard. Your code fails on any compiler I checked it in anyway, as a further confirm. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10648