[Bug middle-end/23670] Fold does not fold (a|b)b to b likewise for (ab) | b to b

2006-02-14 Thread sayle at gcc dot gnu dot org
--- Comment #3 from sayle at gcc dot gnu dot org 2006-02-14 21:08 --- Subject: Bug 23670 Author: sayle Date: Tue Feb 14 21:08:52 2006 New Revision: 110997 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=110997 Log: PR middle-end/23670 * fold-const.c (fold_binary)

[Bug middle-end/23670] Fold does not fold (a|b)b to b likewise for (ab) | b to b

2006-02-14 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-14 23:26 --- Fixed, thanks Roger for fixing this one. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23670] Fold does not fold (a|b)b to b likewise for (ab) | b to b

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-17 02:12 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/23670] Fold does not fold (a|b)b to b likewise for (ab) | b to b

2005-08-31 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-01 02:15 --- Oh, this was from LLVM again. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23670