This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/42041] Missing defs in omp_lib.h


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-24 14:15:52 UTC ---
Ugh, the OpenMP 3.1 draft change is exactly the opposite of FX's patch.
If all those functions are supposed to return default integer instead of
integer of some implementation chosen kind, I wonder how it can be portably
implemented, unless the FE would be playing some ugly tricks and sign extending
from kind 4 to kind 8 integer if requested.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]