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
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.
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
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
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
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
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
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.
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
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
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
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.
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46553
Masaki MURANAKA changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
...@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:
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
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
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/
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)
19 matches
Mail list logo