--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-06
15:15 ---
*** Bug 23636 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-05
16:08 ---
Fixed in 4.0.2.
--
What|Removed |Added
Status|ASSIGNED|RESO
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-05
16:00 ---
Subject: Bug 21440
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-09-05 16:00:46
Modified files:
gcc/cp : semant
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-05
15:59 ---
Subject: Bug 21440
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-05 15:59:32
Modified files:
gcc/cp : semantics.c ChangeLog
gcc/te
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org |
Status|NEW
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-25
11:57 ---
Shorter testcase:
===
struct A
{
~A();
};
void foo()
{
A a = ({ A b; b; });
}
===
--
What|Removed |Added
-
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-06
17:02 ---
Postponed until 4.0.2.
--
What|Removed |Added
Target Milestone|4.0.1
--- Additional Comments From nathan at gcc dot gnu dot org 2005-06-02
11:41 ---
ug, this is horrible. we're incorrectly smashing up the inside of a STMT_EXPR
to pull out a TARGET_EXPR we know is there. Unfortunately that moves a decl
outside of its cleanup. We really should be going t
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |nathan at gcc dot gnu dot
|dot org |org
Status|NEW
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-09
20:43 ---
This has been failing since the tree-ssa branch was merged in and on the
tree-ssa since at least
2003-05-30.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21440
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-07
15:02 ---
Confirmed. Related to PR 20103.
--
What|Removed |Added
BugsThisDependsOn|
11 matches
Mail list logo