From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6861 invoked by alias); 9 Aug 2002 12:56:02 -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 6847 invoked by uid 71); 9 Aug 2002 12:56:02 -0000 Date: Fri, 09 Aug 2002 07:06:00 -0000 Message-ID: <20020809125602.6846.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c++/7546: g++: Internal compiler error in make_typename_type, at cp/decl.c:5715 Reply-To: Reichelt X-SW-Source: 2002-08/txt/msg00186.txt.bz2 List-Id: The following reply was made to PR c++/7546; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, P.Buettgenbach@FH-Wolfenbuettel.DE, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c++/7546: g++: Internal compiler error in make_typename_type, at cp/decl.c:5715 Date: Fri, 9 Aug 2002 15:36:55 +0200 Hi, the lines where the error occurs read Binder2nd(const _Operation& __x, typename boost::type_traits::param_type __y) however, "type_traits" is a namespace and not a template! Hence, the testcase is illegal code. In fact it's the same problem as in PR 7229 (see audit trail). Therefore this PR can probably closed as a duplicate (although the testcases differ). Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7546 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7229