This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14250] [3.3/3.4/3.5 Regression] switch() does not seem to see operator int() in template class
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2004 12:50:53 -0000
- Subject: [Bug c++/14250] [3.3/3.4/3.5 Regression] switch() does not seem to see operator int() in template class
- References: <20040223010937.14250.savoiu@ics.uci.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-23 12:50 -------
Subject: Bug 14250
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: giovannibajo@gcc.gnu.org 2004-02-23 12:50:50
Modified files:
gcc/cp : ChangeLog cvt.c
Log message:
PR c++/14250
* cvt.c (build_expr_type_conversion): Type must be complete before
looking up for conversions.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.253&r2=1.3076.2.254
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cvt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.126.2.3&r2=1.126.2.4
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14250