From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15641 invoked by alias); 29 Apr 2004 11:03:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15607 invoked from network); 29 Apr 2004 11:03:13 -0000 Received: from unknown (HELO smtp1.libero.it) (193.70.192.51) by sources.redhat.com with SMTP; 29 Apr 2004 11:03:13 -0000 Received: from bagio (151.42.79.124) by smtp1.libero.it (7.0.027-DD01) id 4048911500DBA6E0; Thu, 29 Apr 2004 13:03:05 +0200 Message-ID: <04ee01c42dd9$7e58d2c0$174a2597@bagio> From: "Giovanni Bajo" To: , "Rene Rebe" Cc: , References: <20040429.081229.846948283.rene@rocklinux-consulting.de> <20040429.095341.607969633.rene@rocklinux-consulting.de> Subject: Re: GCC 3.4.0 and template type resolution bug (no) Date: Thu, 29 Apr 2004 12:19:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg01372.txt.bz2 Rene Rebe wrote: > I find this behaviour a bit counter-intuitive. In which section is it > enforced by the ANSI standard? [temp.dep]/3. Giovanni Bajo