public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44880]  New: ICE in building cross-compiler on Mac for h8300
@ 2010-07-08 22:06 kentaro dot kawamoto at gmail dot com
  2010-07-08 22:07 ` [Bug c/44880] " kentaro dot kawamoto at gmail dot com
  2010-07-08 22:11 ` [Bug target/44880] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: kentaro dot kawamoto at gmail dot com @ 2010-07-08 22:06 UTC (permalink / raw)
  To: gcc-bugs

Please find the command-line and output below. will attach the preprocessed
file.

$ uname -a
Darwin pomme.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:27:12 PDT
2010; root:xnu-1504.7.4~1/RELEASE_X86_64 x86_64

$ /Users/kentaro/work/gcc-3.4.6/gcc/xgcc -v -save-temp
s -B/Users/kentaro/work/gcc-3.4.6/gcc/ -B/Users/kentaro/local//h8300-elf/bin/
-B/Users/kentaro/local//h8300-elf/lib/ -isystem
/Users/kentaro/local//h8300-elf/in
clude -isystem /Users/kentaro/local//h8300-elf/sys-include -O2  -DIN_GCC
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wo
ld-style-definition  -isystem ./include  -DDF=SF -g  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./../include  
-DL_muldi3 -c ./lib
gcc2.c -o libgcc/./_muldi3.o   Reading specs from
/Users/kentaro/work/gcc-3.4.6/gcc/specs
Configured with: ./configure --target=h8300-elf --disable-nls --disable-threads 
--disable-shared --enable-languages=c --disable-werror
--prefix=/Users/kentaro/l
ocal/
Thread model: single
gcc version 3.4.6
 /Users/kentaro/work/gcc-3.4.6/gcc/cc1 -E -quiet -v -I. -I. -I. -I./.
-I./../include -iprefix
/Users/kentaro/work/gcc-3.4.6/gcc/../lib/gcc/h8300-elf/3.4.6/ -isystem
/Users/kentaro/work/gcc-3.4.6/gcc/include -isystem
/Users/kentaro/local//h8300-elf/bin/include -isystem
/Users/kentaro/local//h8300-elf/lib/include -DIN_GCC -DCROSS_COMPILE -DDF=SF
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -DL_muldi3 -isystem
/Users/kentaro/local//h8300-elf/include -isystem
/Users/kentaro/local//h8300-elf/sys-include -isystem ./include ./libgcc2.c -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -fworking-directory -O2 -o libgcc2.i
ignoring nonexistent directory "/Users/kentaro/local//h8300-elf/bin/include"
ignoring nonexistent directory "/Users/kentaro/local//h8300-elf/lib/include"
ignoring nonexistent directory "/Users/kentaro/local//h8300-elf/include"
ignoring nonexistent directory "/Users/kentaro/local//h8300-elf/sys-include"
ignoring duplicate directory "./include"
ignoring nonexistent directory
"/Users/kentaro/work/gcc-3.4.6/gcc/../lib/gcc/h8300-elf/3.4.6/include"
ignoring nonexistent directory
"/Users/kentaro/work/gcc-3.4.6/gcc/../lib/gcc/h8300-elf/3.4.6/../../../../h8300-elf/sys-include"
ignoring nonexistent directory
"/Users/kentaro/work/gcc-3.4.6/gcc/../lib/gcc/h8300-elf/3.4.6/../../../../h8300-elf/include"
ignoring nonexistent directory
"/Users/kentaro/local//lib/gcc/h8300-elf/3.4.6/include"
ignoring nonexistent directory
"/Users/kentaro/local//lib/../h8300-elf/sys-include"
ignoring nonexistent directory "/Users/kentaro/local//lib/../h8300-elf/include"
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring duplicate directory "./."
#include "..." search starts here:
#include <...> search starts here:
 .
 ./../include
 /Users/kentaro/work/gcc-3.4.6/gcc/include
End of search list.
 /Users/kentaro/work/gcc-3.4.6/gcc/cc1 -fpreprocessed libgcc2.i -quiet
-dumpbase libgcc2.c -auxbase-strip libgcc/./_muldi3.o -g -O2 -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-version -o libgcc2.s
GNU C version 3.4.6 (h8300-elf)
        compiled by GNU C version 4.2.1 (Apple Inc. build 5659).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
./libgcc2.c: In function `__muldi3':
./libgcc2.c:537: error: unrecognizable insn:
(insn 244 243 245 0 ./libgcc2.c:528 (set:HI (reg:HI 3 r3)
        (const_int 4294967222 [0xffffffb6])) -1 (nil)
    (nil))
./libgcc2.c:537: internal compiler error: in extract_insn, at recog.c:2083
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE in building cross-compiler on Mac for h8300
           Product: gcc
           Version: 3.4.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kentaro dot kawamoto at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44880


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/44880] ICE in building cross-compiler on Mac for h8300
  2010-07-08 22:06 [Bug c/44880] New: ICE in building cross-compiler on Mac for h8300 kentaro dot kawamoto at gmail dot com
@ 2010-07-08 22:07 ` kentaro dot kawamoto at gmail dot com
  2010-07-08 22:11 ` [Bug target/44880] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: kentaro dot kawamoto at gmail dot com @ 2010-07-08 22:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kentaro dot kawamoto at gmail dot com  2010-07-08 22:07 -------
Created an attachment (id=21153)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21153&action=view)
the file causing ICE


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44880


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/44880] ICE in building cross-compiler on Mac for h8300
  2010-07-08 22:06 [Bug c/44880] New: ICE in building cross-compiler on Mac for h8300 kentaro dot kawamoto at gmail dot com
  2010-07-08 22:07 ` [Bug c/44880] " kentaro dot kawamoto at gmail dot com
@ 2010-07-08 22:11 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-07-08 22:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2010-07-08 22:10 -------


*** This bug has been marked as a duplicate of 29377 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44880


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-08 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-08 22:06 [Bug c/44880] New: ICE in building cross-compiler on Mac for h8300 kentaro dot kawamoto at gmail dot com
2010-07-08 22:07 ` [Bug c/44880] " kentaro dot kawamoto at gmail dot com
2010-07-08 22:11 ` [Bug target/44880] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).