[Bug c/40418] OpenMP: "collapse" clause in for-statement causes gcc to abort with an error

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jun 11 21:20:00 GMT 2009



------- Comment #2 from jakub at gcc dot gnu dot org  2009-06-11 21:20 -------
You are using GCC 4.3.x, which doesn't support OpenMP 3.0, only OpenMP 2.5.
COLLAPSE is a new clause that has been added in OpenMP 3.0, which is supported
only in GCC 4.4 and later (to be exact, it is backported in GCC 4.3.x-RH as
well, but that's not an upstream branch).


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40418



More information about the Gcc-bugs mailing list