public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/15297] New: internal compiler error when crosscompiling for arm
@ 2004-05-05 16:49 Michael dot Link at adc dot com
  2004-05-05 16:50 ` [Bug inline-asm/15297] " Michael dot Link at adc dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael dot Link at adc dot com @ 2004-05-05 16:49 UTC (permalink / raw)
  To: gcc-bugs

When cross compiling glibc (2.3.3 snapshot from CVS [5/4/04]) for arm an
internal compiler error is encountered.

Reading specs from
/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/lib/gcc/arm-9tdmi-linux-gnu/3.4.0/specs
Configured with:
/home/linkm/crosstool-0.28-rc7/build/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/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.3
--with-local-prefix=/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/arm-9tdmi-linux-gnu
--disable-multilib --with-newlib --with-cpu=arm9tdmi
--enable-cxx-flags=-mcpu=arm9tdmi --without-headers --disable-nls
--enable-threads=no --enable-symvers=gnu --enable-__cxa_atexit
--enable-languages=c --disable-shared
Thread model: single
gcc version 3.4.0

arm-9tdmi-linux-gnu-gcc  ../sysdeps/generic/s_fmax.c -c -std=gnu99 -Os -Wall
-Winline -Wstrict-prototypes -Wwrite-strings     -Wno-uninitialized
-D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -DNO_LONG_DOUBLE
-D_Mlong_double_=double -I../include -I.
-I/home/linkm/crosstool-0.28-rc7/build/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/build-glibc/math
-I.. -I../libio 
-I/home/linkm/crosstool-0.28-rc7/build/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/build-glibc
-I../sysdeps/arm/elf -I../libidn/sysdeps/unix
-I../linuxthreads/sysdeps/unix/sysv/linux/arm
-I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread
-I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/arm
-I../sysdeps/unix/sysv/linux/arm -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu
-I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet
-I../sysdeps/unix/sysv -I../sysdeps/unix/arm -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/arm/fpu -I../sysdeps/arm
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc
-isystem
/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/lib/gcc/arm-9tdmi-linux-gnu/3.4.0/include
-isystem
/opt/crosstool/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/arm-9tdmi-linux-gnu/include
-D_LIBC_REENTRANT -include ../include/libc-symbols.h   -DNOT_IN_libc=1
-DIS_IN_libm=1    -o
/home/linkm/crosstool-0.28-rc7/build/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/build-glibc/math/s_fmax.o
-MD -MP -MF
/home/linkm/crosstool-0.28-rc7/build/arm-9tdmi-linux-gnu/gcc-3.4.0-glibc-2.3.3/build-glibc/math/s_fmax.o.dt
../sysdeps/generic/s_fmax.c: In function `__fmax':
../sysdeps/generic/s_fmax.c:28: internal compiler error: in elim_reg_cond, at
flow.c:3257
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 when crosscompiling for arm
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: inline-asm
        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: arm-9tdmi-linux-gnu
GCC target triplet: arm-9tdmi-linux-gnu


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


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

* [Bug inline-asm/15297] internal compiler error when crosscompiling for arm
  2004-05-05 16:49 [Bug inline-asm/15297] New: internal compiler error when crosscompiling for arm Michael dot Link at adc dot com
@ 2004-05-05 16:50 ` Michael dot Link at adc dot com
  2004-05-05 17:11 ` [Bug target/15297] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Michael dot Link at adc dot com @ 2004-05-05 16:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From Michael dot Link at adc dot com  2004-05-05 16:50 -------
Created an attachment (id=6227)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6227&action=view)
saved temps file that produced the error


-- 


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


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

* [Bug target/15297] internal compiler error when crosscompiling for arm
  2004-05-05 16:49 [Bug inline-asm/15297] New: internal compiler error when crosscompiling for arm Michael dot Link at adc dot com
  2004-05-05 16:50 ` [Bug inline-asm/15297] " Michael dot Link at adc dot com
@ 2004-05-05 17:11 ` pinskia at gcc dot gnu dot org
  2004-05-13 11:48 ` [Bug target/15297] arm ICE on conditional elimination dhazeghi at yahoo dot com
  2004-05-17 11:51 ` rearnsha at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-05 17:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|inline-asm                  |target
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/15297] arm ICE on conditional elimination
  2004-05-05 16:49 [Bug inline-asm/15297] New: internal compiler error when crosscompiling for arm Michael dot Link at adc dot com
  2004-05-05 16:50 ` [Bug inline-asm/15297] " Michael dot Link at adc dot com
  2004-05-05 17:11 ` [Bug target/15297] " pinskia at gcc dot gnu dot org
@ 2004-05-13 11:48 ` dhazeghi at yahoo dot com
  2004-05-17 11:51 ` rearnsha at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-05-13 11:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-05-12 22:57 -------
Confirmed with current tree-ssa. Probably a regression. Testcase:

double foo(double x)
{
        return (__builtin_isgreater(x,2) || __isnan(x));
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-12 22:57:33
               date|                            |
            Summary|internal compiler error when|arm ICE on conditional
                   |crosscompiling for arm      |elimination


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


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

* [Bug target/15297] arm ICE on conditional elimination
  2004-05-05 16:49 [Bug inline-asm/15297] New: internal compiler error when crosscompiling for arm Michael dot Link at adc dot com
                   ` (2 preceding siblings ...)
  2004-05-13 11:48 ` [Bug target/15297] arm ICE on conditional elimination dhazeghi at yahoo dot com
@ 2004-05-17 11:51 ` rearnsha at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2004-05-17 11:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-05-16 22:28 -------


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

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


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


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

end of thread, other threads:[~2004-05-16 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-05 16:49 [Bug inline-asm/15297] New: internal compiler error when crosscompiling for arm Michael dot Link at adc dot com
2004-05-05 16:50 ` [Bug inline-asm/15297] " Michael dot Link at adc dot com
2004-05-05 17:11 ` [Bug target/15297] " pinskia at gcc dot gnu dot org
2004-05-13 11:48 ` [Bug target/15297] arm ICE on conditional elimination dhazeghi at yahoo dot com
2004-05-17 11:51 ` rearnsha 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).