Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-28 Thread Kenneth Zadeck
ok to commit. kenny On 04/28/2014 11:42 AM, Richard Sandiford wrote: Kyrill Tkachov writes: With that patch bootstrap now still fails at dwarf2out.c with the same message. I'm attaching a gzipped dwarf2out.ii Thanks. This is a nice proof of why clz_zero and ctz_zero were as bogus as claimed.

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-28 Thread Richard Sandiford
Kyrill Tkachov writes: > With that patch bootstrap now still fails at dwarf2out.c with the same > message. I'm attaching a gzipped dwarf2out.ii Thanks. This is a nice proof of why clz_zero and ctz_zero were as bogus as claimed. It meant that the behaviour of floor_log2 depended on the target an

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-28 Thread Richard Sandiford
Kyrill Tkachov writes: > The attached patch allowed the build to proceed for me, but in stage 2 I > encountered an ICE: > > $TOP/gcc/dwarf2out.c: In function 'long unsigned int > _ZL11size_of_dieP10die_struct.isra.209(vec**, long > unsigned int)': > $TOP/gcc/dwarf2out.c:7820:1: internal compile

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-23 Thread Kenneth Zadeck
On 04/23/2014 10:36 AM, Richard Biener wrote: On Wed, Apr 23, 2014 at 4:29 PM, Kenneth Zadeck wrote: On 04/23/2014 05:47 AM, Richard Biener wrote: On Tue, Apr 22, 2014 at 6:04 PM, Mike Stump wrote: On Apr 22, 2014, at 8:33 AM, Richard Sandiford wrote: Kyrill Tkachov writes: Ping. http://

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-23 Thread Jakub Jelinek
On Wed, Apr 23, 2014 at 04:36:23PM +0200, Richard Biener wrote: > > I should point out that there is a community that wants to go in the > > opposite direction here. They are the people with real 32 bit hosts who > > want to go back to a world where they are allowed to make hwi a 32 bit > > value

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-23 Thread Richard Biener
On Wed, Apr 23, 2014 at 4:29 PM, Kenneth Zadeck wrote: > On 04/23/2014 05:47 AM, Richard Biener wrote: >> >> On Tue, Apr 22, 2014 at 6:04 PM, Mike Stump wrote: >>> >>> On Apr 22, 2014, at 8:33 AM, Richard Sandiford >>> wrote: Kyrill Tkachov writes: > > Ping. > http://gcc.g

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-23 Thread Kenneth Zadeck
On 04/23/2014 05:47 AM, Richard Biener wrote: On Tue, Apr 22, 2014 at 6:04 PM, Mike Stump wrote: On Apr 22, 2014, at 8:33 AM, Richard Sandiford wrote: Kyrill Tkachov writes: Ping. http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00769.html Any ideas? I recall chatter on IRC that we want to mer

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-23 Thread Richard Biener
On Tue, Apr 22, 2014 at 6:04 PM, Mike Stump wrote: > On Apr 22, 2014, at 8:33 AM, Richard Sandiford > wrote: >> Kyrill Tkachov writes: >>> Ping. >>> http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00769.html >>> Any ideas? I recall chatter on IRC that we want to merge wide-int into trunk >>> soon.

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-22 Thread Mike Stump
On Apr 22, 2014, at 8:33 AM, Richard Sandiford wrote: > Kyrill Tkachov writes: >> Ping. >> http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00769.html >> Any ideas? I recall chatter on IRC that we want to merge wide-int into trunk >> soon. Bootstrap failure on arm would prevent that... > > Sorry f

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-22 Thread Mike Stump
On Apr 15, 2014, at 4:03 AM, Kyrill Tkachov wrote: > I tried bootstrapping the wide-int branch on arm-none-linux-gnueabihf and > encountered some syntax errors while building wide-int.h and wide-int.cc in > expressions that tried to cast to HOST_WIDE_INT. Thanks, nice catch. > Also, in c-ada-s

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-22 Thread Richard Sandiford
Kyrill Tkachov writes: > Ping. > http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00769.html > Any ideas? I recall chatter on IRC that we want to merge wide-int into trunk > soon. Bootstrap failure on arm would prevent that... Sorry for the late reply. I hadn't forgotten, but I wanted to wait until

Re: [PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-22 Thread Kyrill Tkachov
Ping. http://gcc.gnu.org/ml/gcc-patches/2014-04/msg00769.html Any ideas? I recall chatter on IRC that we want to merge wide-int into trunk soon. Bootstrap failure on arm would prevent that... Thanks, Kyrill On 15/04/14 12:03, Kyrill Tkachov wrote: Hi all (and wide-int maintainers in particula

[PATCH][RFC][wide-int] Fix some build errors on arm in wide-int branch and report ICE

2014-04-15 Thread Kyrill Tkachov
Hi all (and wide-int maintainers in particular), I tried bootstrapping the wide-int branch on arm-none-linux-gnueabihf and encountered some syntax errors while building wide-int.h and wide-int.cc in expressions that tried to cast to HOST_WIDE_INT. This patch fixes those errors. Also, in c-ada-