--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16
15:42 ---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-16
06:51 ---
Subject: Bug 23357
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-16 06:50:57
Modified files:
gcc/cp : ChangeLog cp-tree.def
Added files:
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org |
Status|NEW
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09
17:11 ---
This is more of the issue for a front-end person, mainly why are we calling
convert_to_integer while in a
template since that assumes all the types are set up correctly.
--
http://gcc.gnu.org/bugzilla/
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-09 17:01
---
The testcase starts failing with this patch from pinskia:
http://gcc.gnu.org/ml/gcc-cvs/2005-08/msg00068.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23357
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04
14:54 ---
It worked with "4.1.0 20050622".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23357
--
What|Removed |Added
Severity|normal |critical
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23357
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-19
14:35 ---
Confirmed. Similar testcase from PR 23481:
=
template bool foo()
{
const long int i = sizeof(T) > 1 ? sizeof(T) : 0;
return i > 0;
}
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-19
14:34 ---
*** Bug 23481 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23357
10 matches
Mail list logo