[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2014-11-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022 Bug 26022 depends on bug 24437, which changed state. Bug 24437 Summary: OBJ_TYPE_REF handling in fold_stmt should be moved to fold https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24437 What|Removed |Added -

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-03-01 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-03-01 15:15 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-03-01 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2006-03-01 15:15 --- Subject: Bug 26022 Author: pinskia Date: Wed Mar 1 15:15:38 2006 New Revision: 111602 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111602 Log: 2006-01-23 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-02-28 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2006-02-28 17:53 --- Testing the reversion right now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26022

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-02-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-02-26 16:19 --- Mine, I am just going to revert my patch for now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-02-25 20:51 --- I don't copy CALL_EXPR_RETURN_SLOT_OPT and/or CALL_EXPR_TAILCALL from the previous CALL_EXPR, I wonder if we have the same issue with builtins too, though most of those will not show it. -- http://gcc.gnu.org/bu

[Bug middle-end/26022] [4.2 Regression] ICE with references and virtual functions

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-02-25 20:47 --- I think this is my bug caused by: 2006-01-23 Andrew Pinski <[EMAIL PROTECTED]> PR middle-end/24437 * tree-ssa-ccp.c (fold_stmt): Move folding of OBJ_TYPE_REF with a call expr to ...