From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5137 invoked by alias); 22 Dec 2003 05:46:06 -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 5113 invoked by uid 48); 22 Dec 2003 05:46:05 -0000 Date: Mon, 22 Dec 2003 05:55:00 -0000 Message-ID: <20031222054605.5112.qmail@sources.redhat.com> From: "mmitchel at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031004132236.12507.rmerkert@alphatech.com> References: <20031004132236.12507.rmerkert@alphatech.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/12507] [3.3 Regression] use of template arg for fully specialized typedef allowed X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg02335.txt.bz2 List-Id: ------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-12-22 05:45 ------- I do not believe that it will be possible to fix this bug in a safe way for GCC 3.3.3. I foresaw this kind of problem when I checked in my change, but I was fixing a case where we rejected valid code, so introducing this problem was still a net win. I don't think it's a good use of resources to try to figure out a way to fix this for 3.3.3, especially given that any such fix will necessarily involve dealing with notoriously tricky template-handling code. I'm leaving this assigned to myself, but I recommend that Gaby close the bug as WONTFIX. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12507