Message ID | CCD9E62A-BED7-43F4-A1CF-3FF5EB743F06@comcast.net |
---|---|
State | New |
Headers | show |
On 25 November 2013 23:27, Mike Stump <mikestump@comcast.net> wrote: > Certainly it is reasonable to include this, and by doing this, one doesn't have to worry if another header changes to not include it. > > Ok for the patch directly below? OK.
On Nov 25, 2013, at 4:31 PM, Joern Rennecke <joern.rennecke@embecosm.com> wrote: > On 25 November 2013 23:27, Mike Stump <mikestump@comcast.net> wrote: >> Certainly it is reasonable to include this, and by doing this, one doesn't have to worry if another header changes to not include it. >> >> Ok for the patch directly below? > > OK. Oh, and I did mean to ask, Ok? for the original patch as well.
On 26 November 2013 01:25, Mike Stump <mikestump@comcast.net> wrote:
> Oh, and I did mean to ask, Ok? for the original patch as well.
Yes.
Index: gcc/ChangeLog.wide-int =================================================================== --- gcc/ChangeLog.wide-int (revision 205365) +++ gcc/ChangeLog.wide-int (working copy) @@ -43,7 +43,7 @@ * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int interfaces. (aarch64_float_const_representable_p): Likewise. - * config/arc/arc.c + * config/arc/arc.c: Include wide-int.h. (arc_can_use_doloop_p): Use wide-int interfaces. * config/arm/arm.c (aapcs_vfp_sub_candidate): Use wide-int interfaces. Index: gcc/config/arc/arc.c =================================================================== --- gcc/config/arc/arc.c (revision 205364) +++ gcc/config/arc/arc.c (working copy) @@ -66,6 +66,7 @@ along with GCC; see the file COPYING3. #include "tree-pass.h" #include "context.h" #include "pass_manager.h" +#include "wide-int.h" /* Which cpu we're compiling for (A5, ARC600, ARC601, ARC700). */ static const char *arc_cpu_string = "";