[Bug target/42754] ICE on building libgcc.c __mulvdi3.

2010-05-04 Thread monaka at monami-software dot com
--- Comment #3 from monaka at monami-software dot com 2010-05-04 20:05 --- I tried svn trunk. It seems this issue has been fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42754

[Bug target/42790] ICE on building libgcc.c __muldi3.

2010-05-03 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2010-05-04 03:08 --- I tried with SVN trunk. This issue has already fixed. I leave as UNCONFIRMED as I'm not sure I have the permission to change status. The environment I checked is like this: $ cc1 -version GNU C (GCC) version

[Bug bootstrap/39622] Missing -isystem include-fixed when building canadian cross libgcc

2010-03-10 Thread monaka at monami-software dot com
--- Comment #1 from monaka at monami-software dot com 2010-03-11 02:00 --- Created an attachment (id=20079) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20079action=view) The patch to trunk. Same as http://gcc.gnu.org/ml/gcc-help/2009-04/msg00023.html -- http://gcc.gnu.org

[Bug target/42796] ICE on building libstdc++-v3

2010-01-29 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2010-01-30 07:01 --- The insn that causes the issue is emitted at except.c:1163 At the first point, we really need to external setjmp? There is reason why we shouldn't use __internal_setjmp in stormy16.h. But I can't figure out

[Bug c/42790] ICE on building libgcc.c __muldi3.

2010-01-28 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2010-01-29 03:17 --- Created an attachment (id=19745) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19745action=view) simplified code that causes same error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42790

[Bug c/42790] ICE on building libgcc.c __muldi3.

2010-01-28 Thread monaka at monami-software dot com
--- Comment #3 from monaka at monami-software dot com 2010-01-29 03:21 --- We can reproduce same ICE with Attachment #19745. I got ICE in case like this. $ cc1 -msx -g -O1 regex.i but I didn't get any errors in case like this. $ cc1 -msx -g -O0 regex.i -fipa-pure-const So it's

[Bug c/42754] ICE on building libgcc.c __mulvdi3.

2010-01-28 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2010-01-29 05:52 --- Here is a backtrace. This issue is caused by driver. Program received signal EXC_SOFTWARE, Software generated exception. 0x9828e792 in __wait4 () (gdb) where #0 0x9828e792 in __wait4 () #1 0x9828e785

[Bug target/42796] ICE on building libstdc++-v3

2010-01-28 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2010-01-29 07:32 --- Created an attachment (id=19746) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19746action=view) preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42796

[Bug target/42796] ICE on building libstdc++-v3

2010-01-28 Thread monaka at monami-software dot com
--- Comment #3 from monaka at monami-software dot com 2010-01-29 07:34 --- (In reply to comment #2) Created an attachment (id=19746) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19746action=view) [edit] preprocessed source. (In reply to comment #1) Without preprocessed

[Bug c/42787] Failed to make all-target

2010-01-18 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2010-01-18 08:01 --- There has a similar issue under h8300-elf target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42787

[Bug c/42790] New: ICE on building libgcc.c __muldi3.

2010-01-18 Thread monaka at monami-software dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: i386-apple-darwin10.2.0 GCC host triplet: i386-apple-darwin10.2.0 GCC target

[Bug c/42790] ICE on building libgcc.c __muldi3.

2010-01-18 Thread monaka at monami-software dot com
--- Comment #1 from monaka at monami-software dot com 2010-01-18 22:07 --- Created an attachment (id=19650) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19650action=view) Preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42790

[Bug c/42787] Failed to make all-target

2010-01-18 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2010-01-18 23:21 --- (In reply to comment #3) It rather seems you do not have proper target headers. What's proper target headers? If it's t-m32r.h, I have it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42787

[Bug bootstrap/42785] error: impossible constraint in 'asm'

2010-01-18 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2010-01-18 23:29 --- (In reply to comment #1) If you use -arch ppc, then the host/build is really powerpc-apple-darwin so obviously you are configuring GCC incorrectly and the error message is correct as that is x86 inline-asm

[Bug c/42787] Failed to make all-target

2010-01-18 Thread monaka at monami-software dot com
--- Comment #5 from monaka at monami-software dot com 2010-01-19 00:11 --- There are no GTY tags in t-h8300.h and t-m32r.h. Is this an indirect cause? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42787

[Bug bootstrap/42785] error: impossible constraint in 'asm'

2010-01-18 Thread monaka at monami-software dot com
--- Comment #5 from monaka at monami-software dot com 2010-01-19 02:42 --- (In reply to comment #3) driver-i386.c should not be included if you are compiling for a PPC host/build really. So it is a problem of you misconfiguring GCC really and nothing else. I see what you want

[Bug c/42796] New: ICE on building libstdc++-v3

2010-01-18 Thread monaka at monami-software dot com
ReportedBy: monaka at monami-software dot com GCC build triplet: i386-apple-darwin10.2.0 GCC host triplet: i386-apple-darwin10.2.0 GCC target triplet: xstormy16-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42796

[Bug bootstrap/42785] New: error: impossible constraint in �easm�f

2010-01-17 Thread monaka at monami-software dot com
: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: i386-apple-darwin10.2.0 GCC host triplet: i386-apple-darwin10.2.0 GCC target triplet: i386-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42785

[Bug c/42787] New: Failed to make all-target

2010-01-17 Thread monaka at monami-software dot com
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: i386-apple-darwin10.2.0 GCC host triplet: i386-apple-darwin10.2.0 GCC target triplet: m32r-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42787

[Bug c/42787] Failed to make all-target

2010-01-17 Thread monaka at monami-software dot com
--- Comment #1 from monaka at monami-software dot com 2010-01-18 06:27 --- The origin of this issue is gengtype doesn't create gt-m32r.h. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42787

[Bug c/42754] New: ICE on building libgcc.c __mulvdi3.

2010-01-15 Thread monaka at monami-software dot com
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC host triplet: i386-apple-darwin10.2.0 GCC target triplet: m68k-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42754

[Bug c/42754] ICE on building libgcc.c __mulvdi3.

2010-01-15 Thread monaka at monami-software dot com
--- Comment #1 from monaka at monami-software dot com 2010-01-15 09:47 --- Created an attachment (id=19607) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19607action=view) Preprocessed source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42754

[Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES

2010-01-09 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2010-01-09 08:02 --- Created an attachment (id=19518) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19518action=view) patch to configure.ac. Pls run autoconf after applied this patch. -- http://gcc.gnu.org/bugzilla

[Bug libfortran/37634] Fix libgfortran compiling to support GCC_NO_EXECUTABLES

2010-01-09 Thread monaka at monami-software dot com
--- Comment #3 from monaka at monami-software dot com 2010-01-09 08:20 --- I attached 0001-Fix-libgfortran-compiling-to-support-GCC_NO_EXECUTAB.patch The code block was copied from libssp and it had a bug. It was fixed on libssp. But there is no apply to libgfortran. I've tested

[Bug c/42047] New: Failed build genmodes

2009-11-14 Thread monaka at monami-software dot com
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: i686-apple-darwin10 GCC host triplet: i386-pc-mingw32 GCC target triplet: sh-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42047

[Bug c/42047] Failed build genmodes

2009-11-14 Thread monaka at monami-software dot com
--- Comment #1 from monaka at monami-software dot com 2009-11-15 05:54 --- Created an attachment (id=19019) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19019action=view) build log. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42047

[Bug bootstrap/42047] --with-gmp= include directory is used for build targets

2009-11-14 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2009-11-15 07:12 --- Looks like we need a new variable for build includes I think, too. I've built successful with my patch. (I don't send my patch because it is half-finished.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug bootstrap/19255] cross-chain build failure [MinGW]

2009-04-13 Thread monaka at monami-software dot com
--- Comment #4 from monaka at monami-software dot com 2009-04-14 02:49 --- This issue is about 3.4.x. It's reasonable to close as wontfix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19255

[Bug c/39389] New: Build failed with ICE

2009-03-05 Thread monaka at monami-software dot com
: UNCONFIRMED Severity: blocker Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: i386-apple-darwin9.6.0 GCC host triplet: i386-apple-darwin9.6.0 GCC target triplet

[Bug c/39389] Build failed with ICE

2009-03-05 Thread monaka at monami-software dot com
--- Comment #1 from monaka at monami-software dot com 2009-03-06 03:35 --- Created an attachment (id=17403) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17403action=view) .i file that causes ICE. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39389

[Bug c/39389] Build failed with ICE

2009-03-05 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2009-03-06 03:36 --- The svn information about the source tree is : Path: . URL: svn://gcc.gnu.org/svn/gcc/trunk Repository Root: svn://gcc.gnu.org/svn/gcc Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4 Revision: 144657 Node

[Bug rtl-optimization/38614] ICE at simplify-rtx.c:4956

2008-12-27 Thread monaka at monami-software dot com
--- Comment #2 from monaka at monami-software dot com 2008-12-27 13:23 --- Created an attachment (id=16990) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16990action=view) Preprocessed file with -E option. Generated this attached file with options below: i386-pc-mingw32-gcc -c

[Bug c/38651] New: Can't build bfin-elf-gcc (BASE_REG_CLASS undeclared).

2008-12-27 Thread monaka at monami-software dot com
Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: powerpc-apple-darwin9.3.0 GCC host

[Bug tree-optimization/38614] New: ICE at simplify-rtx.c:4956

2008-12-23 Thread monaka at monami-software dot com
: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com GCC build triplet: powerpc-apple-darwin9.3.0 GCC host triplet: i386-pc-mingw32 GCC target triplet: m32c-unknown-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38614

[Bug bootstrap/19255] New: cross-chain build failure [MinGW]

2005-01-04 Thread monaka at monami-software dot com
Version: 3.4.3 Status: UNCONFIRMED Severity: critical Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: monaka at monami-software dot com CC: gcc-bugs at gcc dot gnu dot org,neroden

[Bug bootstrap/19255] cross-chain build failure [MinGW]

2005-01-04 Thread monaka at monami-software dot com
-- What|Removed |Added Known to fail||3.4.3 Known to work||3.2.3

[Bug bootstrap/19255] cross-chain build failure [MinGW]

2005-01-04 Thread monaka at monami-software dot com
--- Additional Comments From monaka at monami-software dot com 2005-01-05 05:57 --- Created an attachment (id=7875) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7875action=view) Patch for gcc-3.4.3/gcc/Makefile.in This patch has already sent to [EMAIL PROTECTED] -- http