public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM
@ 2004-05-18 10:39 Michael dot Link at adc dot com
  2004-05-18 10:51 ` [Bug c/15499] " Michael dot Link at adc dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Michael dot Link at adc dot com @ 2004-05-18 10:39 UTC (permalink / raw)
  To: gcc-bugs

Internal compiler error when compiling OpenSSL 0.9.7d. I didn't encounter this
error when using -Os.

$ arm-9tdmi-linux-gnu-gcc -I.. -I../.. -I../../include -fPIC -DZLIB_SHARED
-DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
--save-temps  -c -o pem_info.o pem_info.c
pem_info.c: In function `PEM_X509_INFO_read_bio':
pem_info.c:275: error: insn does not satisfy its constraints:
(insn:HI 828 1799 832 23 (set (mem/s:SI (post_modify:SI (reg:SI 1 r1 [orig:343
<variable>.dec_pkey ] [343])
                (plus:SI (reg:SI 1 r1 [orig:343 <variable>.dec_pkey ] [343])
                    (const_int 12 [0xc]))) [5 <variable>.type+0 S4 A32])
        (reg:SI 8 r8 [344])) 125 {*arm_movsi_insn} (insn_list 827 (insn_list 826
(nil)))
    (expr_list:REG_DEAD (reg:SI 8 r8 [344])
        (expr_list:REG_INC (reg:SI 1 r1 [orig:343 <variable>.dec_pkey ] [343])
            (expr_list:REG_EQUAL (const_int 6 [0x6])
                (nil)))))
pem_info.c:275: internal compiler error: in copyprop_hardreg_forward_1, at
regrename.c:1549
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

$ arm-9tdmi-linux-gnu-gcc -v
Reading specs from
/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.2/lib/gcc/arm-9tdmi-linux-gnu/3.4.0/specs
Configured with:
/home/linkm/crosstool-0.28-rc13/build/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.2/gcc-3.4.0/configure
--target=arm-9tdmi-linux-gnu --host=i686-host_pc-linux-gnu
--prefix=/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.2
--with-cpu=arm9tdmi --enable-cxx-flags=-mcpu=arm9tdmi
--with-headers=/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.2/arm-9tdmi-linux-gnu/include
--with-local-prefix=/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.2/arm-9tdmi-linux-gnu
--disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit
--enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 3.4.0

-- 
           Summary: ICE in copyprop_hardreg_forward_1 on cross compile for
                    ARM
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Michael dot Link at adc dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-host_pc-linux-gnu
  GCC host triplet: i686-host_pc-linux-gnu
GCC target triplet: arm-9tdmi-linux-gnu


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


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

* [Bug c/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
@ 2004-05-18 10:51 ` Michael dot Link at adc dot com
  2004-05-18 10:53 ` Michael dot Link at adc dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Michael dot Link at adc dot com @ 2004-05-18 10:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Michael dot Link at adc dot com  2004-05-17 19:13 -------
Created an attachment (id=6318)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6318&action=view)
Saved temporary file that produces ICE


-- 


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


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

* [Bug c/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
  2004-05-18 10:51 ` [Bug c/15499] " Michael dot Link at adc dot com
@ 2004-05-18 10:53 ` Michael dot Link at adc dot com
  2004-05-18 11:04 ` [Bug target/15499] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Michael dot Link at adc dot com @ 2004-05-18 10:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6318|application/octet-stream    |text/html
          mime type|                            |


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


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

* [Bug target/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
  2004-05-18 10:51 ` [Bug c/15499] " Michael dot Link at adc dot com
  2004-05-18 10:53 ` Michael dot Link at adc dot com
@ 2004-05-18 11:04 ` pinskia at gcc dot gnu dot org
  2004-05-18 11:16 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-18 11:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
                   ` (2 preceding siblings ...)
  2004-05-18 11:04 ` [Bug target/15499] " pinskia at gcc dot gnu dot org
@ 2004-05-18 11:16 ` pinskia at gcc dot gnu dot org
  2004-06-22  6:56 ` mbritten at monochromatic dot net
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-18 11:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6318|text/html                   |text/plain
          mime type|                            |


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


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

* [Bug target/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
                   ` (3 preceding siblings ...)
  2004-05-18 11:16 ` pinskia at gcc dot gnu dot org
@ 2004-06-22  6:56 ` mbritten at monochromatic dot net
  2004-08-05 11:00 ` rearnsha at gcc dot gnu dot org
  2004-08-25 17:03 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mbritten at monochromatic dot net @ 2004-06-22  6:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mbritten at monochromatic dot net  2004-06-22 06:56 -------
Created an attachment (id=6602)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6602&action=view)
X.org file, reduced to minimum reproducing bug

I spent some time reducing the size of this file to the bare minimum that
reproduced the bug, most of it is just includes defining X11 types which are
referred to in the 2 functions.

The bug seems very convoluted, removing a single for loop or printf often got
rid of the error

I'm using a cross compiler produced with crosstool by Dan Kegel (crosstool 0.28
rc23 for the default arm target) this uses gcc 3.4.0 and glibc 2.3.2


-- 


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


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

* [Bug target/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
                   ` (4 preceding siblings ...)
  2004-06-22  6:56 ` mbritten at monochromatic dot net
@ 2004-08-05 11:00 ` rearnsha at gcc dot gnu dot org
  2004-08-25 17:03 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2004-08-05 11:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-08-05 11:00 -------
Confirmed, but already fixed in 3.4.1.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |3.4.0
      Known to work|                            |3.4.1 3.5.0
         Resolution|                            |FIXED


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


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

* [Bug target/15499] ICE in copyprop_hardreg_forward_1 on cross compile for ARM
  2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
                   ` (5 preceding siblings ...)
  2004-08-05 11:00 ` rearnsha at gcc dot gnu dot org
@ 2004-08-25 17:03 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-25 17:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.1


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


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

end of thread, other threads:[~2004-08-25 17:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-18 10:39 [Bug c/15499] New: ICE in copyprop_hardreg_forward_1 on cross compile for ARM Michael dot Link at adc dot com
2004-05-18 10:51 ` [Bug c/15499] " Michael dot Link at adc dot com
2004-05-18 10:53 ` Michael dot Link at adc dot com
2004-05-18 11:04 ` [Bug target/15499] " pinskia at gcc dot gnu dot org
2004-05-18 11:16 ` pinskia at gcc dot gnu dot org
2004-06-22  6:56 ` mbritten at monochromatic dot net
2004-08-05 11:00 ` rearnsha at gcc dot gnu dot org
2004-08-25 17:03 ` 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).