[PATCH][RFC] Fix PR36369, clarify may_alias attribute documentation

Diego Novillo dnovillo@google.com
Mon Jul 14 16:22:00 GMT 2008


On Wed, Jun 11, 2008 at 10:35, Richard Guenther <rguenther@suse.de> wrote:

> --- 1070,1079 ----
>  strict_aliasing_warning (tree otype, tree type, tree expr)
>  {
>    if (!(flag_strict_aliasing && POINTER_TYPE_P (type)
> !         && POINTER_TYPE_P (otype) && !VOID_TYPE_P (TREE_TYPE (type)))

Since you are here, could you reformat this predicate?

Looks OK otherwise.  Apologies for the delay.


Diego.



More information about the Gcc-patches mailing list