--- Comment #5 from steven at gcc dot gnu dot org 2009-02-06 22:17 ---
Unable to reproduce. Seems to work, even!
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from dorit at gcc dot gnu dot org 2007-07-01 10:16 ---
Can anyone still see this failure, or can this PR be closed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27659
--- Comment #3 from irar at il dot ibm dot com 2007-01-28 11:38 ---
I tried to reproduce this on x86 with current autovect branch and mainline with
.../g++ -fpreprocessed tmp.ii -S -O3 -ftree-vectorize -msse2 -ansi
-fdump-tree-vect-details. It doesn't not ICE, and the loop is vectorized.
--- Comment #2 from gcc at pdoerfler dot com 2006-05-22 09:27 ---
I figured out the reduction. Here is a much smaller testcase:
=
extern int rows_;
extern int cols_;
template
class secondOrderStatistics {
public:
void
--- Comment #1 from gcc at pdoerfler dot com 2006-05-18 14:56 ---
Created an attachment (id=11485)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11485&action=view)
gziped preprocessed source that produces the ICE
gziped because it's too large. Sorry, don't know how to reduce this.