From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29750 invoked by alias); 6 May 2010 10:27:18 -0000 Received: (qmail 29029 invoked by uid 48); 6 May 2010 10:27:03 -0000 Date: Thu, 06 May 2010 10:27:00 -0000 Message-ID: <20100506102703.29028.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43996] ICE in simplification of spread intrinsic In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg00553.txt.bz2 ------- Comment #11 from dominiq at lps dot ens dot fr 2010-05-06 10:27 ------- > ... O(mnp) ... With m=n=N and p=1, this gives O(N^2), hence my expectation for MATMUL in comment #9!-) Question: what is the origin of the O(N^3) time? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43996