[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2015-02-17 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

Oleg Endo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #10 from Oleg Endo  ---
Thanks.  I'm closing this PR then.


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2015-02-17 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

--- Comment #9 from John Paul Adrian Glaubitz  ---
(In reply to Oleg Endo from comment #8)
> Adrian, maybe you can provide some comments regarding this issue?

Well, yes. gcc-4.8 builds fine on native sh4 these days so it appears to have
been fixed.

Full build log of gcc-4.8.4, including a successful run of the testsuite:

> http://buildd.debian-ports.org/status/fetch.php?pkg=gcc-4.8&arch=sh4&ver=4.8.4-1&stamp=1422178262

I think it's safe to close this bug.

PS: My new SSD is due to arrive to tomorrow. So I might have my sh4 up and
running tomorrow already, available for debugging.

Adrian


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2015-02-17 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

Oleg Endo  changed:

   What|Removed |Added

 CC||glaubitz at physik dot 
fu-berlin.d
   ||e

--- Comment #8 from Oleg Endo  ---
Adrian, maybe you can provide some comments regarding this issue?


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2015-02-12 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

--- Comment #7 from Oleg Endo  ---
Any updates regarding this problem?


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-05 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

--- Comment #6 from Nobuhiro Iwamatsu  ---
(In reply to Oleg Endo from comment #5)
> (In reply to Nobuhiro Iwamatsu from comment #4)
> > Oleg and Kojima-san, thanks for your work.
> > 
> > Yes, I was building on SH native.
> > And I am using gcc 4.6.3 version in the host.
> 
> Iwamatsu-san, if you have some time, could you please try building GCC 4.9? 
> I'm sorry, but I don't have the right setup at hand to do it myself at the
> moment.

Sure. I will build gcc 4.9 soon. 
When I get result, I report this bug.

> 
> Also, please notice that the current GCC 4.8 branch has some known problems
> in the SH parts (produces wrong code) -- I'm working on back porting some
> patches from 4.9.

I see. 
I am looking forward to your backport patch!


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-05 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

--- Comment #5 from Oleg Endo  ---
(In reply to Nobuhiro Iwamatsu from comment #4)
> Oleg and Kojima-san, thanks for your work.
> 
> Yes, I was building on SH native.
> And I am using gcc 4.6.3 version in the host.

Iwamatsu-san, if you have some time, could you please try building GCC 4.9? 
I'm sorry, but I don't have the right setup at hand to do it myself at the
moment.

Also, please notice that the current GCC 4.8 branch has some known problems in
the SH parts (produces wrong code) -- I'm working on back porting some patches
from 4.9.


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-04 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

--- Comment #4 from Nobuhiro Iwamatsu  ---
Oleg and Kojima-san, thanks for your work.

Yes, I was building on SH native.
And I am using gcc 4.6.3 version in the host.


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-04 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

--- Comment #3 from Kazumoto Kojima  ---
All my 4.8 cross compilers including 4.8.2 and 4.8.3 don't fail
with ccFujO37.out.  Maybe a host compiler's problem.
Iwamatsu-san, which host compiler did you use?
Perhaps SH native one?


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-04 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

Oleg Endo  changed:

   What|Removed |Added

 CC||kkojima at gcc dot gnu.org

--- Comment #2 from Oleg Endo  ---
I have tried this with 4.8.3 r205675 and my newlib cross config with the
following options:
-m4 -mb|-ml -O2 -g -fbuilding-libgcc -fno-stack-protector -fpic
-fvisibility=hidden -frandom-seed=0

and some other minor variations, but could not reproduce it.
Kaz, could you please also try it in your config?


[Bug target/59375] internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-03 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59375

Oleg Endo  changed:

   What|Removed |Added

 CC||olegendo at gcc dot gnu.org

--- Comment #1 from Oleg Endo  ---
Thanks for reporting.  I'll have a look at this.