[Bug c++/69363] ICE when doing a pragma simd reduction with max

iverbin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 16 12:55:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69363

iverbin at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from iverbin at gcc dot gnu.org ---
It turns out that there is at least one difference between Cilk Plus and OpenMP
finalization - Cilk Plus allows float and double variables in linear clause,
while OpenMP doesn't.  I'm going to adjust finish_omp_clauses accordingly.


More information about the Gcc-bugs mailing list