This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/13466] New: PowerPC unrecognizable instruction: ICE in extract_insn


with this compiler

[dhcp10:~/programs/gambc40b4/lib] lucier% gcc -v
Reading specs from /pkgs/gcc-3.4/lib/gcc/powerpc-apple-darwin7.2.0/3.4.0/specs
Configured with: ../configure --prefix=/pkgs/gcc-3.4 --disable-checking
Thread model: posix
gcc version 3.4.0 20031222 (experimental)

with this patch:

http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01788.html

to get me through some other problems I get the following error:

[dhcp10:~/programs/gambc40b4/lib] lucier% gcc -I../include -I. -no-cpp-precomp
-Wall -W -Wno-unused -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math
-fno-strict-aliasing -fomit-frame-pointer -fPIC -fno-common -mcpu=G5
-DHAVE_CONFIG_H -D___PRIMAL -D___LIBRARY -D___GAMBCDIR=\"/usr/local/\" -c
_kernel.c -save-temps
gcc: unrecognized option `-no-cpp-precomp'
In file included from os.h:151,
                 from _kernel.c:1482:
/usr/include/dlfcn.h:35:2: warning: #warning "You are using dlopen(), a legacy
API. Please use the Mach-O dylib loading APIs if at all possible"
_kernel.c: In function `___H__20___kernel':
_kernel.c:13693: warning: implicit declaration of function
`___os_device_tty_input_set'
_kernel.c:15047: error: unrecognizable insn:
(insn 24239 24238 24240 1854 _kernel.c:8046 (set (reg:DI 6381)
        (ior:DI (reg:DI 6381)
            (const_int -65536 [0xffff0000]))) -1 (nil)
    (nil))
_kernel.c:15047: internal compiler error: in extract_insn, at recog.c:2061

The source file is at

http://www.math.purdue.edu/~lucier/bugzilla/3/_kernel.i.gz

-- 
           Summary: PowerPC unrecognizable instruction: ICE in extract_insn
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lucier at math dot purdue dot edu
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.2.0
  GCC host triplet: powerpc-apple-darwin7.2.0
GCC target triplet: powerpc-apple-darwin7.2.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]