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: wide-int, arc


On 23 November 2013 19:19, Mike Stump <mikestump@comcast.net> wrote:
> Richi has asked the we break the wide-int patch so that the individual port and front end maintainers can review their parts without have to go through the entire patch.    This patch covers the arc port.
>
> Ok?
>
wide-int.h says widest_int is always signed, yet the iterations count
in the doloop interface is now unsigned.  So, which is right, the code
or the documentation?

I see that dfp.c and vax.c directly include wide-int.h,
but aarch64.c and arc.c don't.  Is that safe?
Is there a rationale which files directly include wide-int.h and which
ones don't?


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