[Bug fortran/45305] Array-valued calles to elementals are not simplified

2018-07-02 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45305 --- Comment #8 from Paul Thomas --- Author: pault Date: Mon Jul 2 19:28:11 2018 New Revision: 262316 URL: https://gcc.gnu.org/viewcvs?rev=262316&root=gcc&view=rev Log: 2018-07-02 Paul Thomas PR fortran/45305 * expr.c : Add a

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2018-07-02 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45305 --- Comment #7 from Paul Thomas --- Author: pault Date: Mon Jul 2 07:24:43 2018 New Revision: 262300 URL: https://gcc.gnu.org/viewcvs?rev=262300&root=gcc&view=rev Log: 2018-07-02 Paul Thomas PR fortran/45305 * expr.c : Add a

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2018-07-02 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45305 Paul Thomas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2018-07-02 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45305 --- Comment #5 from Paul Thomas --- Author: pault Date: Mon Jul 2 07:20:27 2018 New Revision: 262299 URL: https://gcc.gnu.org/viewcvs?rev=262299&root=gcc&view=rev Log: 2018-07-02 Paul Thomas PR fortran/45305 * expr.c : Add a

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2010-08-21 Thread paul dot richard dot thomas at gmail dot com
--- Comment #4 from paul dot richard dot thomas at gmail dot com 2010-08-21 12:17 --- Subject: Re: Array-valued calles to elementals are not simplified On Fri, Aug 20, 2010 at 5:24 PM, dominiq at lps dot ens dot fr wrote: > > > --- Comment #3 from dominiq at lps dot ens dot fr  2

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2010-08-20 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2010-08-20 15:24 --- With the patch in comment #2, some error messages are repeated several times: for instance gcc/testsuite/gfortran.dg/arithmetic_overflow_1.f90 gives /opt/gcc/work/gcc/testsuite/gfortran.dg/arithmetic_overflow_1.f90:8

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2010-08-19 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2010-08-20 05:18 --- Created an attachment (id=21527) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21527&action=view) fix for the PR Regtests on Ubuntu10.03/i686. Will submit properly this weekend. This was some light relief from

[Bug fortran/45305] Array-valued calles to elementals are not simplified

2010-08-17 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2010-08-17 10:19 --- Note: The middle end also does not see that the expression can be optimized - and thus fails also to do so for -O3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45305