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] Use HOST_WIDE_INTs in gcd and least_common_multiple.


On Mon, Jan 31, 2011 at 15:05, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Mon, 31 Jan 2011, Richard Guenther wrote:
>
>> On Fri, Jan 28, 2011 at 9:31 PM, Sebastian Pop <sebpop@gmail.com> wrote:
>> > Hi Joseph,
>> >
>> > Thanks for your careful review. ?This patch fixes the remaining
>> > problems. ?The patch passed regstrap on amd64-linux. ?Ok for trunk?
>>
>> I don't think adding asserts at this stage (nor including diagnostic-core
>> here in general) is sensible. ?Can't we do without them?
>

Richard, what do you suggest to get this problem solved?

> There are asserts (if not very thorough) in the code being moved from
> omega.c. ?The asserts are probably about the safest part of the large
> series of Graphite patches this is effectively a part of - whether the
> series as a whole was sensible at this stage is another matter.


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