[Bug target/46918] [h8300] libstdc++-v3 build failure by BFD's assertion failed.

2013-04-22 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46918 --- Comment #2 from Masaki MURANAKA 2013-04-22 07:01:39 UTC --- This issue is caused by same reason in #48231

[Bug c/46553] New: Can't compile libiberty for i386-elf target.

2010-11-18 Thread mon...@monami-software.com
nedTo: unassig...@gcc.gnu.org ReportedBy: mon...@monami-software.com I've been failed to make libiberty for i386-elf target from recent CVS HEAD. The immediate cause is the patch by '2010-10-07 Andi Kleen '. In direct cause is, it provide no crt0.o but cygmon-crt0.o for i386 by libgloss.

[Bug c/46553] Can't compile libiberty for i386-elf target.

2010-11-18 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46553 --- Comment #1 from Masaki MURANAKA 2010-11-19 06:34:26 UTC --- Created attachment 22450 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22450 patch

[Bug target/46586] New: Can't compile libiberty for bfin-elf target.

2010-11-21 Thread mon...@monami-software.com
nedTo: unassig...@gcc.gnu.org ReportedBy: mon...@monami-software.com Host: i386-apple-darwin10.5.0 Target: bfin-elf Build: i386-apple-darwin10.5.0 configuration was failed with this message. configure:5724: error: Link tests are not allowed

[Bug target/46591] New: Can't build m68k-elf target on i386-apple-darwin

2010-11-21 Thread mon...@monami-software.com
arget AssignedTo: unassig...@gcc.gnu.org ReportedBy: mon...@monami-software.com Host: i386-apple-darwin10.5.0 Target: m68k-pizzafactory-elf Build: i386-apple-darwin10.5.0 gcc -arch i386 -I/Volumes/git/pf3gnuchains4x/libcpp -I. -I/Volumes/git/pf3gnuchains4x/l

[Bug target/46591] Can't build m68k-elf target on i386-apple-darwin

2010-11-21 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46591 --- Comment #1 from Masaki MURANAKA 2010-11-21 13:55:45 UTC --- At least AC_HEADER_STDC should be checked before AC_CHECK_TYPE(ptrdiff_t, int) in libcpp/configure.ac. Because it is defined ptrdiff_t in stddef.h on OSX environment, and stddef.h is

[Bug target/46878] New: V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854

2010-12-09 Thread mon...@monami-software.com
Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: mon...@monami-software.com Host: i386-apple-darwin10.5.0 Target: v850-elf Build: i386-apple-darwin10.5.0 /Volumes/git/pf3gnuchains4x/newlib/libc/search/hash_bigkey.c:669:1: internal

[Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854

2010-12-09 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878 --- Comment #1 from Masaki MURANAKA 2010-12-10 00:52:55 UTC --- Created attachment 22699 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22699 Pre-processed source.

[Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854

2010-12-09 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878 --- Comment #2 from Masaki MURANAKA 2010-12-10 01:47:35 UTC --- Created attachment 22701 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22701 simplified source Additional info : the result of xgcc is gcc version 4.6.0 20101207 (experimenta

[Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854

2010-12-09 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878 --- Comment #3 from Masaki MURANAKA 2010-12-10 02:35:53 UTC --- This issue will depends -m and -O option. cc1 -mv850 -O2 testcase-min6.i cc1 -mv850e1 -O2 testcase-min6.i cc1 -mv850e testcase-min6.i cc1 -mv850e2 testcase-min6.i cc1 -mv

[Bug target/46878] V850 ICE in in maybe_add_or_update_dep_1, at sched-deps.c:854

2010-12-10 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878 --- Comment #4 from Masaki MURANAKA 2010-12-10 15:02:06 UTC --- I succeeded to build. I'm not sure if the patch follows is reasonable... yah, indeed quite ugly. Does anyone fix this? please, diff --git a/gcc/config/v850/v850.md b/gcc/config/v85

[Bug target/46891] New: Can't build libquadmath for i386-elf target

2010-12-10 Thread mon...@monami-software.com
nedTo: unassig...@gcc.gnu.org ReportedBy: mon...@monami-software.com Host: i386-elf Target: i386-elf Build: i386-apple-darwin10.5.0 This issue is similar to #46553.

[Bug target/46891] Can't build libquadmath for i386-elf target

2010-12-10 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46891 --- Comment #1 from Masaki MURANAKA 2010-12-11 04:27:40 UTC --- Created attachment 22709 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22709 Add some options to CFLAGS in case building --with-newlib

[Bug c/46553] Can't compile libiberty for i386-elf target.

2010-12-10 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46553 Masaki MURANAKA changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/46898] New: libgcc build failure on lm32-elf

2010-12-11 Thread mon...@monami-software.com
...@gcc.gnu.org ReportedBy: mon...@monami-software.com Host: lm32-pizzafactory-elf Build: i386-apple-darwin10.5.0 Created attachment 22718 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22718 testcase cc1 -g conftest.c conftest.c:1:0: internal compiler error:

[Bug target/46898] libgcc build failure on lm32-elf

2010-12-11 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #1 from Masaki MURANAKA 2010-12-12 03:26:03 UTC --- Created attachment 22719 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22719 Patch to config/lm32.[ch] (incomplete) This issue was discussed at gcc-patches ML on 2010-10-29 b

[Bug target/46898] libgcc build failure on lm32-elf

2010-12-11 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898 --- Comment #2 from Masaki MURANAKA 2010-12-12 03:37:21 UTC --- Created attachment 22720 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22720 testcase after applied attachment 22719 (In reply to comment #1) > We will get the another issue a

[Bug target/46918] New: [h8300] libstdc++-v3 build failure by BFD's assertion failed.

2010-12-12 Thread mon...@monami-software.com
y: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: mon...@monami-software.com Host: h8300-pizzafactory-elf Target: h8300-pizzafactory-elf Build: i386-apple-darwin10.5.0 Created attachment 22736 --> http://gcc.gnu.org/

[Bug target/46918] [h8300] libstdc++-v3 build failure by BFD's assertion failed.

2010-12-12 Thread mon...@monami-software.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46918 --- Comment #1 from Masaki MURANAKA 2010-12-13 05:17:14 UTC --- Created attachment 22737 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22737 assemble output. The version of gcc is 4.6.0 20101207 (experimental) (GCC)