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.

Reply via email to