--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-20 10:10
---
Subject: Bug 22508
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED]2005-10-20 10:10:10
Modified files:
gcc/cp : ChangeLog init.c
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-08
17:07 ---
Fixed on mainline and 4.0 branch.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-08
17:06 ---
Subject: Bug 22508
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-08-08 17:06:39
Modified files:
gcc/cp : Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-08
17:03 ---
Subject: Bug 22508
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-08-08 17:03:33
Modified files:
gcc/cp : ChangeLog init.c
gcc/testsui
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-05
14:28 ---
Testing a patch.
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |re
--
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22508
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-16
04:02 ---
Confirmed, reduced testcase:
typedef __SIZE_TYPE__ size_t;
struct Framis
{
void* operator new(size_t) throw(bad_alloc);
};
Framis* x = new Framis;
--
What|Removed |Add