On Thu, 30 Oct 2025, York Jasper Niebuhr wrote:

> @@ -7076,43 +7076,48 @@ c_common_to_target_charset (HOST_WIDE_INT c)
>     the whole expression.  Return the folded result.  */
>  
>  tree
> -fold_offsetof (tree expr, tree type, enum tree_code ctx)
> +fold_offsetof (tree expr, tree type, enum tree_code ctx, bool may_fail)

If you add a new parameter like this to a function, you should also update 
the comment above the function to document the semantics of that 
parameter.

-- 
Joseph S. Myers
[email protected]

Reply via email to