This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
> if ((flag_wrapv || flag_trapv) > || (TYPE_UNSIGNED (TREE_TYPE (arg0)) > ! || POINTER_TYPE_P (TREE_TYPE (arg0)))) > return NULL_TREE; You've now got a bunch of extra parens and indentation if all are ||.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |