[Bug c/33426] Support of #pragma ivdep
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Sep 13 21:25:00 GMT 2007
------- Comment #5 from rguenth at gcc dot gnu dot org 2007-09-13 21:25 -------
The SGI compiler restricts the pragma to innermost loops. The Intel compiler
restricts the pragma to affect assumed data-dependencies only, that is, if
data dependence analysis statically can prove a data-dependency this
dependency is _not_ ignored.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|other |c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33426
More information about the Gcc-bugs
mailing list