--- Comment #4 from aoliva at gcc dot gnu dot org 2007-10-10 05:36 ---
This is actually a fallout from __builtin_va_arg_pack(). Patch to follow
shortly.
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from belyshev at depni dot sinp dot msu dot ru 2007-10-10
06:08 ---
This bug is not fixed by r129193
--
belyshev at depni dot sinp dot msu dot ru changed:
What|Removed |Added
--- Comment #3 from bonzini at gnu dot org 2007-10-10 06:44 ---
forward_propagate_and_simplify only propagates into single-set insns. In
principle there's nothing to forbid working on other insns (it already does it
for forward_propagate_subreg), but it is made harder because df does no
--- Comment #8 from pault at gcc dot gnu dot org 2007-10-10 06:50 ---
(In reply to comment #7)
Hmmm, that's not right, is it? It should be
PROGRAM TST
IMPLICIT NONE
INTEGER :: P(4),I
integer, allocatable :: Q(:)
P = (/2,4,1,3/)
allocate (Q(size(P)))
Q = P
FORALL(I=1:4)
--- Comment #5 from aoliva at gcc dot gnu dot org 2007-10-10 06:31 ---
http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00538.html
--
aoliva at gcc dot gnu dot org changed:
What|Removed |Added
---
201 - 205 of 205 matches
Mail list logo