[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2014-07-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434 --- Comment #12 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Sat Jul 12 16:36:25 2014 New Revision: 212482 URL: https://gcc.gnu.org/viewcvs?rev=212482root=gccview=rev Log: PR c++/22434 PR c++/61288 * call.c

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2014-05-25 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434 Harald van Dijk harald at gigawatt dot nl changed: What|Removed |Added CC||harald at

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2014-05-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434 --- Comment #10 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Fri May 9 18:15:46 2014 New Revision: 210281 URL: http://gcc.gnu.org/viewcvs?rev=210281root=gccview=rev Log: PR c++/22434 * call.c

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-11-02 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-11-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2005-11-03 01:25 --- Subject: Bug 22434 Author: mmitchel Date: Thu Nov 3 01:25:13 2005 New Revision: 106418 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106418 Log: PR c++/22434 * call.c

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-11-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-03 01:30 --- Subject: Bug 22434 Author: mmitchel Date: Thu Nov 3 01:30:53 2005 New Revision: 106419 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106419 Log: PR c++/22434 * call.c

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-11-02 Thread mmitchel at gcc dot gnu dot org
--- Comment #9 from mmitchel at gcc dot gnu dot org 2005-11-03 01:35 --- Fixed in 4.0.3. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-10-31 04:05 --- I'm not sure what's ging on here, but I know we should fix it... Leaving as P2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-13 19:27 --- : Search converges between 2004-02-01-trunk (#445) and 2004-03-01-trunk (#446). : Search converges between 2004-02-02-3.4 (#1) and 2004-03-01-3.4 (#2). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-10-13 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2005-10-13 21:23 --- A regression hunt on mainline identified this patch from [EMAIL PROTECTED] on 2004-02-16: http://gcc.gnu.org/ml/gcc-cvs/2004-02/msg00790.html A version of the patch was added to the 3.4 branch at the same time.

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22434

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 21:12 --- Moving to 4.0.2 pre Mark. -- What|Removed |Added Target Milestone|3.4.5

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-07-12 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-12 12:32 --- Confirmed. Reduced testcase: = struct A { A(void*); ~A(); }; void foo(const int i, bool b) { b ? A(0) : i; } = Without

[Bug c++/22434] [3.4/4.0/4.1 regression] ICE in simplify_{,gen_}subreg

2005-07-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-13 03:12 --- With my patch for PR 22368, I get a different ICE: t.cc:10: error: statement types mismatch D.1751 = iD.1737; struct AD.1716 const intD.2 t.cc:10: internal compiler error: verify_stmts failed Please submit