[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-10 Thread rguenther at suse dot de
--- Comment #10 from rguenther at suse dot de 2009-09-10 08:44 --- Subject: Re: [4.5 Regression] Functions are called twice On Wed, 9 Sep 2009, pault at gcc dot gnu dot org wrote: > --- Comment #9 from pault at gcc dot gnu dot org 2009-09-09 20:07 --- > Fixed on trunk > > T

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-09 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2009-09-09 20:07 --- Fixed on trunk Thanks richi! Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-09 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2009-09-09 20:04 --- Subject: Bug 41297 Author: pault Date: Wed Sep 9 20:03:49 2009 New Revision: 151576 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151576 Log: 2009-09-09 Richard Guenther PR fortran/41297

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-09 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2009-09-09 10:35 --- (In reply to comment #6) > Tobias, If I do not hear from you, I can commit tonight. Correction tonight :-) Paul -- pault at gcc dot gnu dot org changed: What|Removed |Adde

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-08 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2009-09-08 10:55 --- (In reply to comment #5) > Ah, can you check/commit > > + gfc_add_block_to_block (&block, &lse->pre); > + gfc_add_block_to_block (&block, &rse->pre); > + tmp = gfc_evaluate_now (rse->expr, &block); > +

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-07 Thread rguenther at suse dot de
--- Comment #5 from rguenther at suse dot de 2009-09-07 21:21 --- Subject: Re: [4.5 Regression] Functions are called twice On Mon, 7 Sep 2009, burnus at gcc dot gnu dot org wrote: > --- Comment #4 from burnus at gcc dot gnu dot org 2009-09-07 21:12 > --- > (In reply to comm

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-07 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-09-07 21:12 --- (In reply to comment #3) > > r150817 | rguenth | 2009-08-17 00:36:13 +0200 (Mon, 17 Aug 2009) | 5 lines > Impossible! I am not sure whether it is impossible or just extremely unlikely, but reverting that patch does n

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-07 Thread rguenther at suse dot de
--- Comment #3 from rguenther at suse dot de 2009-09-07 20:45 --- Subject: Re: [4.5 Regression] Functions are called twice On Mon, 7 Sep 2009, burnus at gcc dot gnu dot org wrote: > --- Comment #2 from burnus at gcc dot gnu dot org 2009-09-07 16:04 > --- > FAILS: gcc-trunk-

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-07 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-09-07 16:04 --- FAILS: gcc-trunk-x86_64-2009-08-17-r150822 WORKS: gcc-trunk-x86_64-2009-08-14-r150734 When believing the revision numbers and looking at gcc/fortran only, one find the following patch, which presumably caused the reg

[Bug fortran/41297] [4.5 Regression] Functions are called twice

2009-09-07 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-09-07 15:57 --- Looks like a tree sharing / FE issue to me. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -