[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-19 Thread spop at gcc dot gnu dot org
--- Comment #9 from spop at gcc dot gnu dot org 2007-12-20 03:46 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-19 Thread spop at gcc dot gnu dot org
--- Comment #8 from spop at gcc dot gnu dot org 2007-12-20 03:42 --- Subject: Bug 34413 Author: spop Date: Thu Dec 20 03:42:17 2007 New Revision: 131097 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131097 Log: 2007-12-19 Sebastian Pop <[EMAIL PROTECTED]> PR tree-opt

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-18 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2007-12-18 15:11 --- The patch in comment #6 fix the problem without regression on PPC/Intel Darwin9. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34413

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-17 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2007-12-18 07:09 --- Subject: Re: gfortran.dg/ltrans-7.f90 doesn't work I have a patch for this. The problem is in the data dependence analysis that uses conversion to arbitrary integer_type_nodes. I'm not yet sure about this fix, but at

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-16 Thread sebpop at gmail dot com
--- Comment #5 from sebpop at gmail dot com 2007-12-16 08:31 --- Subject: Re: gfortran.dg/ltrans-7.f90 doesn't work On 16 Dec 2007 03:23:17 -, jvdelisle at gcc dot gnu dot org <[EMAIL PROTECTED]> wrote: > > > --- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-12-16 03:2

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-12-16 03:23 --- I think Sebastian committed this patch with the intent to fix the bug. Usually we don't commit test cases until after we have it fixed and use the PR to track the issue. So I think we just wait for Sebastian to

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-15 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2007-12-15 17:00 --- Same thing on Darwin at -m64. It comes from http://gcc.gnu.org/ml/gcc-patches/2007-12/msg00277.html, but I don't know why it has been commited and why it fails with -m64 but not with -m32. [ibook-dhum] f90/bug% gfc -

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-15 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2007-12-15 16:51 --- I'm seeing this on hppa64-hp-hpux11.11. -- danglin at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/34413] gfortran.dg/ltrans-7.f90 doesn't work

2007-12-09 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-12-10 02:32 --- I am seeing this also today. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added