From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26230 invoked by alias); 17 Jul 2006 03:00:46 -0000 Received: (qmail 26140 invoked by uid 48); 17 Jul 2006 03:00:39 -0000 Date: Mon, 17 Jul 2006 03:00:00 -0000 Message-ID: <20060717030039.26139.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/28225] [4.0/4.1/4.2 regression] segfault in type_dependent_expression_p In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mmitchel at gcc dot gnu dot org" 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 X-SW-Source: 2006-07/txt/msg01235.txt.bz2 List-Id: ------- Comment #4 from mmitchel at gcc dot gnu dot org 2006-07-17 03:00 ------- I don't think this code is invalid. To instantiate operator(), size_traits would have to be complete, but that should not prevent the template declaration. -- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28225