[Bug tree-optimization/27659] ICE on autovect-branch

2009-02-06 Thread steven at gcc dot gnu dot org
--- 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

[Bug tree-optimization/27659] ICE on autovect-branch

2007-07-01 Thread dorit at gcc dot gnu dot org
--- 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

[Bug tree-optimization/27659] ICE on autovect-branch

2007-01-28 Thread irar at il dot ibm dot com
--- 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.

[Bug tree-optimization/27659] ICE on autovect-branch

2006-05-22 Thread gcc at pdoerfler dot com
--- 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

[Bug tree-optimization/27659] ICE on autovect-branch

2006-05-18 Thread gcc at pdoerfler dot com
--- 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.