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: [RFC] PR C++/24138


>>>>> "Aldy" == Aldy Hernandez <aldyh@redhat.com> writes:

 > The reshape_init_array_1 bit is the actual fix.  However, it doesn't
 > work because integer_all_onesp() returns false for an integer_cst of -1
 > (type is long unsigned int).

What I meant is that _just_ the reshape_init_array_1 patch won't fix
the problem, you also need the integer_all_onesp() patch.  Both are
included.

Aldy


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