[Bug target/28282] Attempt to delete prologue/epilogue insn, again

2007-07-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-07-25 19:01 --- Fixed on the trunk by the dataflow merge. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/18146] if-conversion is not performed for some reason

2007-07-25 Thread steven at gcc dot gnu dot org
--- Comment #3 from steven at gcc dot gnu dot org 2007-07-25 19:44 --- This may be fixed now by my cfglayout work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18146

[Bug c++/32346] long long bitfield passed to int argument incorrectly

2007-07-25 Thread greened at obbligato dot org
--- Comment #4 from greened at obbligato dot org 2007-07-25 19:47 --- It is also broken on trunk. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32346

[Bug c++/32900] [4.2/4.3 regression] compile time and memory regression

2007-07-25 Thread dberlin at dberlin dot org
--- Comment #2 from dberlin at gcc dot gnu dot org 2007-07-25 22:40 --- Subject: Re: New: [4.2/4.3 regression] compile time and memory regression Points-to memory with these is almost nothing, so don't look at meef. It looks like size goes up for each function and is not fully recovere

[Bug target/32893] New: zlib segfault in inflate_table() compiled w/ -O -msse2 ftree-vectorize

2007-07-25 Thread dirtyepic at gentoo dot org
(In reply to comment #17) > This looks like an unrelated problem - the vectorizer does not perform loop > peeling here so it's not an issue of natural alignment. Lets open a separate > PR > for this one, unless there's already one open. In the meantime, would you > please try this patch?: > > Ind

[Bug fortran/32899] New: [4.3 regresssion] Broken diagnostic for invalid use of .eq. for logicals

2007-07-25 Thread reichelt at gcc dot gnu dot org
Mainline produces a bad diagnostic for the following code snippet: === subroutine FOO logical I I = I .eq. I end subroutine === ePR22503.f:3.13: I = I .eq. I

[Bug fortran/32899] [4.3 regresssion] Broken diagnostic for invalid use of .eq. for logicals

2007-07-25 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32899

[Bug fortran/32760] Error defining subroutine named PRINT

2007-07-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-07-26 04:54 --- This test case appears to execute correctly: module gfcbug68 implicit none public :: write contains function foo (i) integer, intent(in) :: i integer foo write (*,*) i foo = i end fun

<    1   2