[Bug middle-end/37742] [4.4 Regression] ICE in vectorizer with restrict pointer
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 18 20:14:00 GMT 2008
------- Comment #18 from jakub at gcc dot gnu dot org 2008-11-18 20:13 -------
Created an attachment (id=16719)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16719&action=view)
incremental patch
This fixed matmul_i2.c, DR_BASE_ADDRESS wasn't in this case TYPE_RESTRICT, nor
SSA_NAME, but POINTER_PLUS_EXPR, yet in the end was based on a restrict
pointer.
Unfortunately other matmul*.c stuff in libgfortran is still broken. I'm
wondering if the strict alias checking introduced in r140781 isn't too eager
when restricted pointers are used...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742
More information about the Gcc-bugs
mailing list