public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/19960] New: internal compiler error: in extract_insn, at recog.c:2175
@ 2005-02-15  0:44 carl at vandenzen dot nl
  2005-02-15  0:45 ` [Bug c/19960] " carl at vandenzen dot nl
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: carl at vandenzen dot nl @ 2005-02-15  0:44 UTC (permalink / raw)
  To: gcc-bugs

[ibook1-thuis-vandenzen-nl:m6811-gcc-3.3.5-1/gcc-3.3.5/gcc] root# /sw/src/m6811-gcc-3.3.5-1/
gcc-3.3.5/gcc/xgcc -B/sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/ -B/sw/share/m6811/m6811-elf/
bin/ -B/sw/share/m6811/m6811-elf/lib/ -isystem /sw/share/m6811/m6811-elf/include -Os 
-mrelax -DUSE_GAS -DIN_GCC -g -DIN_LIBGCC2 -I. -I. -I. -I./. -I./config -I./../include 
-DFINE_GRAINED_LIBRARIES -m68hc12 -DL_addsub_sf -c fp-bit.c -o libgcc/m68hc12/_addsub_sf.o 
-save-temps -v
Reading specs from /sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/specs
Configured with: ./configure --target=m6811-elf --prefix=/sw/share/m6811 --bindir=/sw/bin --
mandir=/sw/share/man --infodir=/sw/share/info --enable-languages=c,c++ --program-
prefix=m6811-elf-
Thread model: single
gcc version 3.3.5-m68hc1x-20050129
 /sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/cc1 -E -quiet -v -I. -I. -I. -I./. -I./config -I./../include 
-iprefix /sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/../share/m6811/lib/gcc-lib/m6811-elf/3.3.5-
m68hc1x-20050129/ -isystem /sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/include -isystem /sw/
share/m6811/m6811-elf/bin/include -isystem /sw/share/m6811/m6811-elf/lib/include 
-D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=5 -Dmc68hc1x -D__mc68hc1x__ 
-D__mc68hc1x -D__INT__=32 -Dmc6812 -DMC6812 -Dmc68hc12 -DUSE_GAS -DIN_GCC 
-DIN_LIBGCC2 -DFINE_GRAINED_LIBRARIES -DL_addsub_sf -isystem /sw/share/m6811/m6811-elf/
include fp-bit.c -mrelax -m68hc12 -Os fp-bit.i
ignoring nonexistent directory "/sw/share/m6811/m6811-elf/bin/include"
ignoring nonexistent directory "/sw/share/m6811/m6811-elf/lib/include"
ignoring nonexistent directory "/sw/share/m6811/m6811-elf/include"
ignoring nonexistent directory "/sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/share/m6811/lib/gcc-lib/
m6811-elf/3.3.5-m68hc1x-20050129/include"
ignoring nonexistent directory "/sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/share/m6811/lib/gcc-lib/
m6811-elf/3.3.5-m68hc1x-20050129/../../../../m6811-elf/sys-include"
ignoring nonexistent directory "/sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/share/m6811/lib/gcc-lib/
m6811-elf/3.3.5-m68hc1x-20050129/../../../../m6811-elf/include"
ignoring nonexistent directory "/sw/share/m6811/lib/gcc-lib/m6811-elf/3.3.5-m68hc1x-20050129/
include"
ignoring nonexistent directory "/sw/share/m6811/m6811-elf/sys-include"
ignoring nonexistent directory "/sw/share/m6811/m6811-elf/include"
ignoring duplicate directory "."
ignoring duplicate directory "."
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 .
 config
 ../include
 /sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/include
End of search list.
 /sw/src/m6811-gcc-3.3.5-1/gcc-3.3.5/gcc/cc1 -fpreprocessed fp-bit.i -quiet -dumpbase fp-bit.c 
-mrelax -m68hc12 -auxbase-strip libgcc/m68hc12/_addsub_sf.o -g -Os -version -o fp-bit.s
GNU C version 3.3.5-m68hc1x-20050129 (m6811-elf)
        compiled by GNU C version 3.3 20030304 (Apple Computer, Inc. build 1666).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
fp-bit.c: In function `_fpadd_parts':
fp-bit.c:693: error: unrecognizable insn:
(insn 747 128 129 6 0x0 (set (reg:QI 1 d)
        (mem/s:QI (plus:HI (mem:HI (plus:HI (reg/f:HI 9 *_.frame)
                        (const_int 33 [0x21])) [17 a S2 A8])
                (const_int 1 [0x1])) [0 <variable>.sign+0 S1 A8])) -1 (nil)
    (nil))
fp-bit.c:693: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error: in extract_insn, at
                    recog.c:2175
           Product: gcc
           Version: 3.3.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: carl at vandenzen dot nl
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: 3.3
GCC target triplet: 3.3.5


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


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

* [Bug c/19960] internal compiler error: in extract_insn, at recog.c:2175
  2005-02-15  0:44 [Bug c/19960] New: internal compiler error: in extract_insn, at recog.c:2175 carl at vandenzen dot nl
@ 2005-02-15  0:45 ` carl at vandenzen dot nl
  2005-02-15  0:48 ` [Bug target/19960] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: carl at vandenzen dot nl @ 2005-02-15  0:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From carl at vandenzen dot nl  2005-02-14 20:25 -------
Created an attachment (id=8196)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8196&action=view)
-save-temps .i file


-- 


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


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

* [Bug target/19960] internal compiler error: in extract_insn, at recog.c:2175
  2005-02-15  0:44 [Bug c/19960] New: internal compiler error: in extract_insn, at recog.c:2175 carl at vandenzen dot nl
  2005-02-15  0:45 ` [Bug c/19960] " carl at vandenzen dot nl
@ 2005-02-15  0:48 ` pinskia at gcc dot gnu dot org
  2005-05-17  3:27 ` flash at pobox dot com
  2005-05-25  0:33 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-15  0:48 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
   GCC host triplet|3.3                         |powerpc-darwin
 GCC target triplet|3.3.5                       |m6811-elf
           Keywords|                            |build, ice-on-valid-code


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


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

* [Bug target/19960] internal compiler error: in extract_insn, at recog.c:2175
  2005-02-15  0:44 [Bug c/19960] New: internal compiler error: in extract_insn, at recog.c:2175 carl at vandenzen dot nl
  2005-02-15  0:45 ` [Bug c/19960] " carl at vandenzen dot nl
  2005-02-15  0:48 ` [Bug target/19960] " pinskia at gcc dot gnu dot org
@ 2005-05-17  3:27 ` flash at pobox dot com
  2005-05-25  0:33 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: flash at pobox dot com @ 2005-05-17  3:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From flash at pobox dot com  2005-05-17 03:27 -------
See also 19770 (hppa64/hppa64) and 21613 (i686-linux/arm-linux).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flash at pobox dot com


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


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

* [Bug target/19960] internal compiler error: in extract_insn, at recog.c:2175
  2005-02-15  0:44 [Bug c/19960] New: internal compiler error: in extract_insn, at recog.c:2175 carl at vandenzen dot nl
                   ` (2 preceding siblings ...)
  2005-05-17  3:27 ` flash at pobox dot com
@ 2005-05-25  0:33 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-25  0:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-25 00:23 -------
*** Bug 21744 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastient at otii dot com


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


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

* [Bug target/19960] internal compiler error: in extract_insn, at recog.c:2175
       [not found] <bug-19960-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-22 20:34 ` jsm28 at gcc dot gnu.org
  0 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2011-03-22 20:34 UTC (permalink / raw)
  To: gcc-bugs

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

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

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

--- Comment #5 from Joseph S. Myers <jsm28 at gcc dot gnu.org> 2011-03-22 20:31:45 UTC ---
M68HC1x support has been removed for GCC 4.7.


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

* [Bug target/19960] internal compiler error: in extract_insn, at recog.c:2175
       [not found] <bug-19960-10069@http.gcc.gnu.org/bugzilla/>
@ 2006-02-08 23:12 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-08 23:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-02-08 23:12 -------
*** Bug 26185 has been marked as a duplicate of this bug. ***


-- 


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


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

end of thread, other threads:[~2011-03-22 20:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15  0:44 [Bug c/19960] New: internal compiler error: in extract_insn, at recog.c:2175 carl at vandenzen dot nl
2005-02-15  0:45 ` [Bug c/19960] " carl at vandenzen dot nl
2005-02-15  0:48 ` [Bug target/19960] " pinskia at gcc dot gnu dot org
2005-05-17  3:27 ` flash at pobox dot com
2005-05-25  0:33 ` pinskia at gcc dot gnu dot org
     [not found] <bug-19960-10069@http.gcc.gnu.org/bugzilla/>
2006-02-08 23:12 ` pinskia at gcc dot gnu dot org
     [not found] <bug-19960-4@http.gcc.gnu.org/bugzilla/>
2011-03-22 20:34 ` jsm28 at gcc dot gnu.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).