[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.

[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 bootstrap/59375] New: internal compiler error: in expand_shift_1, at expmed.c:2245

2013-12-02 Thread iwamatsu at nigauri dot org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: iwamatsu at nigauri dot org Created attachment 31360 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31360&action=edit Preprocessed source Hi, I got internal compiler error

[Bug target/48767] compiler error: Segmentation fault with set void in va_arg

2011-05-29 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48767 --- Comment #4 from Nobuhiro Iwamatsu 2011-05-30 05:36:31 UTC --- Could you backport earch branches? If you need patch, I will create.

[Bug target/49186] optimize problem with unsigned long long value.

2011-05-29 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 --- Comment #4 from Nobuhiro Iwamatsu 2011-05-30 05:33:52 UTC --- Hi, Thanks! I confirmed resolved this problem by this patch on gcc-4.4, 4.5, 4.6 and trunk. Could you backport each branches?

[Bug c/49186] New: optimize problem with unsigned long long value.

2011-05-27 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49186 Summary: optimize problem with unsigned long long value. Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassi

[Bug target/48767] compiler error: Segmentation fault with set void in va_arg

2011-04-26 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48767 --- Comment #2 from Nobuhiro Iwamatsu 2011-04-27 02:37:37 UTC --- Hi, Thanks for your work. (In reply to comment #1) > This is a target problem. The patch below will fix it. I confirm fix on gcc-4.4, 4,5 and 4.6. Thanks! > BTW, I'm not sure

[Bug c/48767] New: compiler error: Segmentation fault with set void in va_arg

2011-04-25 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48767 Summary: compiler error: Segmentation fault with set void in va_arg Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-19 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #10 from Nobuhiro Iwamatsu 2011-04-20 06:03:41 UTC --- Hi, Kojima-san. Oh, I completely forgot about it. Thanks, Nobuhiro

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-19 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #8 from Nobuhiro Iwamatsu 2011-04-19 23:53:18 UTC --- Hi, Kojima-san. Thank you for commiting this. Could you commit this to other branch? I prepared a patch for each branch. Best regards, Nobuhiro

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-19 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #6 from Nobuhiro Iwamatsu 2011-04-19 23:52:39 UTC --- Created attachment 24053 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24053 backport patch for 4.4 branch

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-19 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #7 from Nobuhiro Iwamatsu 2011-04-19 23:53:03 UTC --- Created attachment 24054 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24054 backport patch for 4.3 branch

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-19 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #5 from Nobuhiro Iwamatsu 2011-04-19 23:52:21 UTC --- Created attachment 24052 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24052 backport patch for 4.5 branch

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-19 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #4 from Nobuhiro Iwamatsu 2011-04-19 23:52:01 UTC --- Created attachment 24051 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24051 backport patch for 4.6 branch

[Bug testsuite/48676] [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-18 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 --- Comment #2 from Nobuhiro Iwamatsu 2011-04-19 05:21:41 UTC --- Work fine. Thanks!

[Bug c/48676] New: [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c

2011-04-18 Thread iwamatsu at nigauri dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676 Summary: [sh] Unaligned userspace access in gcc.dg/torture/pr37868.c Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug target/43744] SH: Error: pcrel too far

2010-04-13 Thread iwamatsu at nigauri dot org
--- Comment #4 from iwamatsu at nigauri dot org 2010-04-13 08:09 --- Hi, (In reply to comment #3) > Looks that Christian's patch pic-cp.patch > > http://gcc.gnu.org/bugzilla/attachment.cgi?id=19794 > > in PR target/42841 can fix the problem. Could you > please

[Bug c/43744] SH: Error: pcrel too far

2010-04-12 Thread iwamatsu at nigauri dot org
--- Comment #1 from iwamatsu at nigauri dot org 2010-04-13 06:12 --- Created an attachment (id=20376) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20376&action=view) source code that can reproduce problem This is the source code that can reproduce a problem. --

[Bug c/43744] New: SH: Error: pcrel too far

2010-04-12 Thread iwamatsu at nigauri dot org
gnedTo: unassigned at gcc dot gnu dot org ReportedBy: iwamatsu at nigauri dot org GCC host triplet: sh4-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43744

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-03-18 Thread iwamatsu at nigauri dot org
--- Comment #3 from iwamatsu at nigauri dot org 2010-03-19 06:11 --- (In reply to comment #2) > Looks the same issue in > > http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00747.html > > though I can't reproduce the problem with my gcc-4.4.3 and > 4.4 head compile

[Bug target/43417] ICE : in final_scan_insn, at final.c:2604

2010-03-18 Thread iwamatsu at nigauri dot org
--- Comment #1 from iwamatsu at nigauri dot org 2010-03-18 07:18 --- Created an attachment (id=20138) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20138&action=view) The source code that can reproduce a problem. this code generate by -E option. Sorry. There is the

[Bug c/43417] New: ICE : in final_scan_insn, at final.c:2604

2010-03-18 Thread iwamatsu at nigauri dot org
.4.3 (Debian 4.4.3-3) -- Summary: ICE : in final_scan_insn, at final.c:2604 Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: iwamats

[Bug target/42841] [4.3/4.4/4.5 Regression] SH: Assembler complains pcrel too far.

2010-01-26 Thread iwamatsu at nigauri dot org
--- Comment #15 from iwamatsu at nigauri dot org 2010-01-26 23:54 --- (In reply to comment #10) > (In reply to comment #9) > > So I took the opportunity to cleanup every other > > occurrences of the same idioms in the file. OK ? > > OK. Thanks! > Thanks for

[Bug c/42841] Assembler complains pcrel too far.

2010-01-21 Thread iwamatsu at nigauri dot org
--- Comment #1 from iwamatsu at nigauri dot org 2010-01-22 07:12 --- Created an attachment (id=19687) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19687&action=view) The source code that can reproduce a problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42841

[Bug c/42841] New: Assembler complains pcrel too far.

2010-01-21 Thread iwamatsu at nigauri dot org
ssigned at gcc dot gnu dot org ReportedBy: iwamatsu at nigauri dot org GCC build triplet: sh4-linux-gnu GCC host triplet: sh4-linux-gnu GCC target triplet: sh4-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42841

[Bug c/42316] `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-12-06 Thread iwamatsu at nigauri dot org
--- Comment #1 from iwamatsu at nigauri dot org 2009-12-07 01:08 --- Created an attachment (id=19246) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19246&action=view) patch of revise this problem We can revise this problem with this patch. -- http://gcc.

[Bug c/42316] New: `builddir-single/libiberty/pic/libiberty.a': No such file or directory

2009-12-06 Thread iwamatsu at nigauri dot org
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: iwamatsu at nigauri dot org GCC build triplet: sh4-linux-gnu GCC host triplet: sh4-linux-gnu GCC targ

[Bug target/41993] [sh] ICE in create_pre_exit, at mode-switching.c:399

2009-11-16 Thread iwamatsu at nigauri dot org
--- Comment #2 from iwamatsu at nigauri dot org 2009-11-17 02:55 --- Hi, Kojima-san. Thank you for your work and patch . I checked this patch. Work fine with gcc-4.3.4 , gcc-4.4.2 and gcc/HEAD. > > BTW, I guess that __builtin_apply/__builtin_return may be a bit obsolete. &

[Bug c/41993] New: [sh] ICE in create_pre_exit, at mode-switching.c:399

2009-11-08 Thread iwamatsu at nigauri dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: iwamatsu at nigauri dot org GCC target triplet: sh4-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41993