This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/43829] Scalarization of reductions
- From: "mikael at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 08 Oct 2011 16:26:31 +0000
- Subject: [Bug fortran/43829] Scalarization of reductions
- Auto-submitted: auto-generated
- References: <bug-43829-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829
Mikael Morin <mikael at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #25409|0 |1
is obsolete| |
--- Comment #41 from Mikael Morin <mikael at gcc dot gnu.org> 2011-10-08 16:26:31 UTC ---
Created attachment 25443
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25443
Most up-to-date patch
Here is the latest patch.
It has evolved quite a lot since the last submission, but the evolutions are
improved handling of array constructors, and slightly different scalarizer
structures, so that the code produced should not be worse than the previous
versions (but there should not be great improvements either).