From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26529 invoked by alias); 9 Sep 2005 23:10:15 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26511 invoked by uid 48); 9 Sep 2005 23:10:08 -0000 Date: Fri, 09 Sep 2005 23:10:00 -0000 Message-ID: <20050909231008.26509.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050909144043.23797.sylvain.pion@sophia.inria.fr> References: <20050909144043.23797.sylvain.pion@sophia.inria.fr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23797] [3.4/4.0/4.1 Regression] ICE (on invalid) X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg01210.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 23:10 ------- It took me a while to reduce this but finally: struct CK { typedef int RT; }; void f(void) { 2 / typename CK::RT(2); } -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-09-09 23:10:06 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23797