P3
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pmblakely at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40587
--- Comment #1 from pmblakely at googlemail dot com 2009-06-29 12:51
---
Created an attachment (id=18091)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18091&action=view)
Minimal test-case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40587
--- Comment #3 from pmblakely at googlemail dot com 2009-06-29 14:28
---
(In reply to comment #2)
> Didn't GCC say report the bug to http://bugzilla.redhat.com/bugzilla ?
>
Oh, yes. Sorry. I'll post it there.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40587
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56837
Bug #: 56837
Summary: -ftree-loop-distribute-patterns generates incorrect
code
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: pmblakely at googlemail dot com
Target Milestone: ---
In the following Fortran90 example:
program prog
contains
function b(arr)
implicit none