[Bug middle-end/33706] gcc_assert failure in verify_eh_edges

2007-10-09 Thread aoliva at gcc dot gnu dot org
--- 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

[Bug rtl-optimization/33676] libgfortran bootstrap failure: selected_int_kind.f90:22: Segmentation fault, wrong code with -fomit-frame-pointer

2007-10-09 Thread belyshev at depni dot sinp dot msu dot ru
--- 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

[Bug middle-end/33713] [4.3 Regression] can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2007-10-09 Thread bonzini at gnu dot org
--- 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

[Bug fortran/33686] FORALL loop gives wrong result

2007-10-09 Thread pault at gcc dot gnu dot org
--- 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)

[Bug middle-end/33706] gcc_assert failure in verify_eh_edges

2007-10-09 Thread aoliva at gcc dot gnu dot org
--- 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 ---

<    1   2   3