public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14170] New: e_sqrt.c in newlib compile error
@ 2004-02-17  6:22 namsh at kldp dot org
  2004-02-17  6:23 ` [Bug c/14170] " namsh at kldp dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: namsh at kldp dot org @ 2004-02-17  6:22 UTC (permalink / raw)
  To: gcc-bugs

I tried to build m6811 cross compiler (3.4.0 20040217 prerelease).
Here is a compile error msg. I will upload e_sqrt.i

/home/namsh/c/gnu/gcc/gcc/xgcc -B/home/namsh/c/gnu/gcc/gcc/ -nostdinc
-B/home/namsh/c/gnu/gcc/m6811-elf/mshort/newlib/ -isystem
/home/namsh/c/gnu/gcc/m6811-elf/mshort/newlib/targ-include -isystem
/home/namsh/c/gnu/CVS-gcc/gcc/newlib/libc/include -B/usr/GNUHCS/m6811-elf/bin/
-B/usr/GNUHCS/m6811-elf/lib/ -isystem /usr/GNUHCS/m6811-elf/include -isystem
/usr/GNUHCS/m6811-elf/sys-include  -mshort -DPACKAGE=\"newlib\"
-DVERSION=\"1.12.0\"  -I. -I../../../../../../CVS-gcc/gcc/newlib/libm/math 
-I../../../../../../CVS-gcc/gcc/newlib/libm/math/../common
-DPREFER_SIZE_OVER_SPEED -Os -mrelax -DNO_EXEC -DABORT_PROVIDED -DSMALL_MEMORY
-DMISSING_SYSCALL_NAMES -fno-builtin    -O2 -O2 -static  -g -Os -c
../../../../../../CVS-gcc/gcc/newlib/libm/math/e_sqrt.c
../../../../../../CVS-gcc/gcc/newlib/libm/math/e_sqrt.c: In function
`__ieee754_sqrt':
../../../../../../CVS-gcc/gcc/newlib/libm/math/e_sqrt.c:193: error: unable to
find a register to spill in class `A_OR_D_REGS'
../../../../../../CVS-gcc/gcc/newlib/libm/math/e_sqrt.c:193: error: this is the
insn:
(insn:HI 469 468 470 34
../../../../../../CVS-gcc/gcc/newlib/libm/math/e_sqrt.c:191 (parallel [
            (set (subreg:SI (reg/v:DI 117 [ iw_u ]) 4)
                (lshiftrt:SI (reg/v:SI 61 [ q1 ])
                    (const_int 1 [0x1])))
            (clobber (scratch:HI))
        ]) 129 {*lshrsi3_const1} (insn_list 468 (nil))
    (expr_list:REG_DEAD (reg/v:SI 61 [ q1 ])
        (expr_list:REG_UNUSED (scratch:HI)
            (nil))))
../../../../../../CVS-gcc/gcc/newlib/libm/math/e_sqrt.c:193: confused by earlier
errors, bailing out

-- 
           Summary: e_sqrt.c in newlib compile error
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: namsh at kldp dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: m6811-unknown-none


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


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

* [Bug c/14170] e_sqrt.c in newlib compile error
  2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
@ 2004-02-17  6:23 ` namsh at kldp dot org
  2004-02-17  6:32 ` [Bug target/14170] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: namsh at kldp dot org @ 2004-02-17  6:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From namsh at kldp dot org  2004-02-17 06:23 -------
Created an attachment (id=5758)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5758&action=view)
e_sqrt.i


-- 


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


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

* [Bug target/14170] e_sqrt.c in newlib compile error
  2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
  2004-02-17  6:23 ` [Bug c/14170] " namsh at kldp dot org
@ 2004-02-17  6:32 ` pinskia at gcc dot gnu dot org
  2004-03-19  6:46 ` kazu at cs dot umass dot edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-17  6:32 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=14170


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

* [Bug target/14170] e_sqrt.c in newlib compile error
  2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
  2004-02-17  6:23 ` [Bug c/14170] " namsh at kldp dot org
  2004-02-17  6:32 ` [Bug target/14170] " pinskia at gcc dot gnu dot org
@ 2004-03-19  6:46 ` kazu at cs dot umass dot edu
  2004-03-19  6:51 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kazu at cs dot umass dot edu @ 2004-03-19  6:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ciceron at gcc dot gnu dot
                   |                            |org


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


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

* [Bug target/14170] e_sqrt.c in newlib compile error
  2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
                   ` (2 preceding siblings ...)
  2004-03-19  6:46 ` kazu at cs dot umass dot edu
@ 2004-03-19  6:51 ` pinskia at gcc dot gnu dot org
  2004-03-19  8:08 ` namsh at kldp dot org
  2004-03-19 14:21 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-19  6:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-19 06:51 -------
It seems to work in 3.5.0 (20040319), can you try again.

-- 


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


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

* [Bug target/14170] e_sqrt.c in newlib compile error
  2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
                   ` (3 preceding siblings ...)
  2004-03-19  6:51 ` pinskia at gcc dot gnu dot org
@ 2004-03-19  8:08 ` namsh at kldp dot org
  2004-03-19 14:21 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: namsh at kldp dot org @ 2004-03-19  8:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From namsh at kldp dot org  2004-03-19 08:08 -------
And m6811-elf-gcc 3.4.0 20040319 worked fine.


-- 


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


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

* [Bug target/14170] e_sqrt.c in newlib compile error
  2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
                   ` (4 preceding siblings ...)
  2004-03-19  8:08 ` namsh at kldp dot org
@ 2004-03-19 14:21 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-19 14:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-19 14:21 -------
So fixed for 3.4.0 so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

end of thread, other threads:[~2004-03-19 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-17  6:22 [Bug c/14170] New: e_sqrt.c in newlib compile error namsh at kldp dot org
2004-02-17  6:23 ` [Bug c/14170] " namsh at kldp dot org
2004-02-17  6:32 ` [Bug target/14170] " pinskia at gcc dot gnu dot org
2004-03-19  6:46 ` kazu at cs dot umass dot edu
2004-03-19  6:51 ` pinskia at gcc dot gnu dot org
2004-03-19  8:08 ` namsh at kldp dot org
2004-03-19 14:21 ` 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).