On Fri, Dec 14, 2018 at 02:17:49PM +0100, Tom de Vries wrote:
> Build x86_64 and reg-tested libgomp.
> 
> 2018-12-13  Tom de Vries  <tdevr...@suse.de>
> 
>       * lto-cgraph.c (verify_node_partition): New function.
>       (input_overwrite_node, input_varpool_node): Use verify_node_partition.
> 
>       * testsuite/libgomp.c-c++-common/function-not-offloaded-aux.c: New test.
>       * testsuite/libgomp.c-c++-common/function-not-offloaded.c: New test.
>       * testsuite/libgomp.c-c++-common/variable-not-offloaded.c: New test.
>       * testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c: New 
> test.
>       * testsuite/libgomp.oacc-c-c++-common/variable-not-offloaded.c: New 
> test.

> +/* Verify the partitioning of a varpool_node or cgraph_node with DECL and 
> NAME,
> +   as specified by IN_OTHER_PARTITION and USED_FROM_OTHER_PARTITION.  */
> +
> +static inline void
> +verify_node_partition (symtab_node *node)

Please update the function comment.

Ok with that change.

        Jakub

Reply via email to