[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-05-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-31 16:46 --- Subject: Bug 20946 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-31 16:46:12 Modified files: gcc: Change

[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-05-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-31 16:44 --- Fixed in 4.0.1. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-05-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-31 16:40 --- Subject: Bug 20946 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-31 16:40:09 Modified files: gcc: ChangeLog fold-const.c gcc/t

[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 17:16 --- Patch here: . -- What|Removed |Added

[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 14:05 --- (In reply to comment #2) > And TREE_LIST too. Actually it related to how TREE_LIST is handle, I change the recusiveness of fold_checksum_tree for TREE_LIST is that we no longer use recusion but a loop ins

[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 13:30 --- And TREE_LIST too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20946

[Bug middle-end/20946] --enable-checking=yes,fold fails on the mainline

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 13:20 --- I am testing a fix right now, this is blocking my patch for PR 20931. -- What|Removed |Added