[gomp 4.0] Handle OMP_DISPLAY_ENV

Tobias Burnus burnus@net-b.de
Tue Mar 19 18:05:00 GMT 2013


Jakub Jelinek wrote:
>> +#include <stdio.h>
>> +#include <inttypes.h>	/* For PRIu64.  */
>
> stdio.h is fine, but inttypes.h needs to be
> #ifdef HAVE_INTTYPES_H
> # include <inttypes.h>
> #endif
> for portability (libgomp/configure already checks for that).


Good point. Attached the updated patch.

I assume, you will create the gomp-4_0-branch when gcc.gnu.org is fully 
operational. Additionally, I presume, the change-log information should 
go to the file ChangeLog.gomp and not to ChangeLog.

Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gomp4-display-env-v2.diff
Type: text/x-patch
Size: 4014 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20130319/8b33e0e9/attachment.bin>


More information about the Gcc-patches mailing list