From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11683 invoked by alias); 7 Jul 2007 19:16:33 -0000 Received: (qmail 11629 invoked by alias); 7 Jul 2007 19:16:19 -0000 Date: Sat, 07 Jul 2007 19:16:00 -0000 Message-ID: <20070707191619.11628.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/32232] [4.1/4.2 Regression] ICE in resolve_overloaded_unification 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-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg00865.txt.bz2 ------- Comment #4 from mmitchel at gcc dot gnu dot org 2007-07-07 19:16 ------- Subject: Bug 32232 Author: mmitchel Date: Sat Jul 7 19:16:09 2007 New Revision: 126443 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126443 Log: PR c++/32232 * pt.c (resolve_overloaded_unification): Robustify. Return a bool, not an int. (type_unification_real): Adjust accordingly. PR c++/32232 * g++.dg/template/overload9.C: New test. Added: branches/gcc-4_2-branch/gcc/testsuite/g++.dg/template/overload9.C Modified: branches/gcc-4_2-branch/gcc/cp/ChangeLog branches/gcc-4_2-branch/gcc/cp/pt.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32232