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]

Re: [patch] Fix GC issue triggered by arithmetic overflow checking


On Sun, Oct 16, 2016 at 8:56 PM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> 2016-10-11  Eric Botcazou  <ebotcazou@adacore.com>
>>
>>       * tree.h (build_complex_type): Add second parameter with default.
>>       * tree.c (build_complex_type): Add NAMED second parameter and adjust
>>       recursive call.  Create a TYPE_DECL only if NAMED is true.
>>       (build_common_tree_nodes): Pass true in calls to build_complex_type.
>
> May I backport it to the 6 branch?  It fixes the bootstrap comparison failure
> on x86-64/Solaris reported under PR bootstrap/77995 (x86-64 has patterns for
> unsigned arithmetic overflow checking on the 6 branch too).

Yes.

Thanks,
Richard.

> --
> Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]