This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/37021] Fortran Complex reduction / multiplication not vectorized
- From: "rguenther at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 Mar 2011 12:40:40 +0000
- Subject: [Bug tree-optimization/37021] Fortran Complex reduction / multiplication not vectorized
- Auto-submitted: auto-generated
- References: <bug-37021-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37021
--- Comment #12 from rguenther at suse dot de <rguenther at suse dot de> 2011-03-25 12:40:10 UTC ---
On Fri, 25 Mar 2011, sebastian.hegler@tu-dresden.de wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37021
>
> --- Comment #11 from sebastian.hegler@tu-dresden.de 2011-03-25 11:38:37 UTC ---
> Forget that about folding stuff into one loop, I didn't have my morning coffee
> yet. However, the rest still applies.
>
> I'm looking forward to some help in that regard.
Look at dump files (-fdump-tree-all-details).
Richard.