public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/16641] New: fr30-elf-gcc compiler error when building newlib-1.12.0
@ 2004-07-20 11:09 mlangejans at aos-hagenuk dot com
  2004-07-20 14:03 ` [Bug target/16641] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: mlangejans at aos-hagenuk dot com @ 2004-07-20 11:09 UTC (permalink / raw)
  To: gcc-bugs

Making install in stdlib
make[3]: Entering directory
`/home/mla/cross/fr30-elf/newlib/fr30-elf/newlib/libc/stdlib'
fr30-elf-gcc -B/home/mla/cross/fr30-elf/newlib/fr30-elf/newlib/ -isystem
/home/mla/cross/fr30-elf/newlib/fr30-elf/newlib/targ-include -isystem
/home/mla/local/newlib-1.12.0/newlib/libc/include -DPACKAGE=\"newlib\"
-DVERSION=\"1.12.0\"  -I. -I/home/mla/local/newlib-1.12.0/newlib/libc/stdlib 
-O2 -fno-builtin    -g -Os  -g -Os -c
/home/mla/local/newlib-1.12.0/newlib/libc/stdlib/div.c
d:/msys/1.0/home/mla/local/newlib-1.12.0/newlib/libc/stdlib/div.c: In function
`div':
d:/msys/1.0/home/mla/local/newlib-1.12.0/newlib/libc/stdlib/div.c:132: error:
insn does not satisfy its constraints:
(insn 88 87 61 5
d:/msys/1.0/home/mla/local/newlib-1.12.0/newlib/libc/stdlib/div.c:131 (set
(mem/s:SI (plus:SI (reg/v/f:SI 14 fp [orig:26 <anonymous> ] [26])
                (const_int 4 [0x4])) [4 <result>+4 S4 A32])
        (reg:SI 10 r10 [orig:29 r+4 ] [29])) 6 {movsi_internal} (nil)
    (expr_list:REG_DEAD (reg:SI 10 r10 [orig:29 r+4 ] [29])
        (nil)))
d:/msys/1.0/home/mla/local/newlib-1.12.0/newlib/libc/stdlib/div.c:132: internal
compiler error: in copyprop_hardreg_forward_1, at regrename.c:1549
Please submit a full bug report,

-- 
           Summary: fr30-elf-gcc compiler error when building newlib-1.12.0
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mlangejans at aos-hagenuk dot com
                CC: gcc-bugs at gcc dot gnu dot org,mlangejans at aos-
                    hagenuk dot com
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: fr30-elf


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


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

* [Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0
  2004-07-20 11:09 [Bug c/16641] New: fr30-elf-gcc compiler error when building newlib-1.12.0 mlangejans at aos-hagenuk dot com
@ 2004-07-20 14:03 ` pinskia at gcc dot gnu dot org
  2004-07-20 14:30 ` pinskia at gcc dot gnu dot org
  2004-07-20 15:22 ` mlangejans at aos-hagenuk dot com
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 14:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-20 14:03 -------
Can you read http://gcc.gnu.org/bugs.html and add the preprocessed source?

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


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


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

* [Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0
  2004-07-20 11:09 [Bug c/16641] New: fr30-elf-gcc compiler error when building newlib-1.12.0 mlangejans at aos-hagenuk dot com
  2004-07-20 14:03 ` [Bug target/16641] " pinskia at gcc dot gnu dot org
@ 2004-07-20 14:30 ` pinskia at gcc dot gnu dot org
  2004-07-20 15:22 ` mlangejans at aos-hagenuk dot com
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-20 14:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0
  2004-07-20 11:09 [Bug c/16641] New: fr30-elf-gcc compiler error when building newlib-1.12.0 mlangejans at aos-hagenuk dot com
  2004-07-20 14:03 ` [Bug target/16641] " pinskia at gcc dot gnu dot org
  2004-07-20 14:30 ` pinskia at gcc dot gnu dot org
@ 2004-07-20 15:22 ` mlangejans at aos-hagenuk dot com
  2 siblings, 0 replies; 7+ messages in thread
From: mlangejans at aos-hagenuk dot com @ 2004-07-20 15:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mlangejans at aos-hagenuk dot com  2004-07-20 15:22 -------
(In reply to comment #1)
> Can you read http://gcc.gnu.org/bugs.html and add the preprocessed source?

Hello Andrew,

I read the note at the entrance,... sorry for barging in ;-).

I'm not sure this is the right destination for the bug, since I use the mingw
version of GCC 3.4.1,...

The preprocessed file and options used to build this GCC are added as attachments.

Hope it can be fixed.

Thanks,

Marco

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


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


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

* [Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0
       [not found] <bug-16641-4@http.gcc.gnu.org/bugzilla/>
@ 2021-09-19  9:37 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-19  9:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16641

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |larsi at wh2 dot tu-dresden.de

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 29555 has been marked as a duplicate of this bug. ***

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

* [Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0
       [not found] <bug-16641-8950@http.gcc.gnu.org/bugzilla/>
  2006-04-23 17:25 ` sayle at gcc dot gnu dot org
@ 2006-04-23 21:19 ` roger at eyesopen dot com
  1 sibling, 0 replies; 7+ messages in thread
From: roger at eyesopen dot com @ 2006-04-23 21:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from roger at eyesopen dot com  2006-04-23 21:19 -------
This should now be fixed on mainline.  I've confirmed that a cross-compiler
to fr30-elf currently builds newlib without problems.


-- 

roger at eyesopen dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug target/16641] fr30-elf-gcc compiler error when building newlib-1.12.0
       [not found] <bug-16641-8950@http.gcc.gnu.org/bugzilla/>
@ 2006-04-23 17:25 ` sayle at gcc dot gnu dot org
  2006-04-23 21:19 ` roger at eyesopen dot com
  1 sibling, 0 replies; 7+ messages in thread
From: sayle at gcc dot gnu dot org @ 2006-04-23 17:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from sayle at gcc dot gnu dot org  2006-04-23 17:25 -------
Subject: Bug 16641

Author: sayle
Date: Sun Apr 23 17:25:30 2006
New Revision: 113196

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113196
Log:

        PR target/16641
        * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Check REGNO for
        STACK_POINTER_RTX and FRAME_POINTER_RTX instead of comparing the
        rtx to stack_pointer_rtx or frame_pointer_rtx directly.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/fr30/fr30.h


-- 


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


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

end of thread, other threads:[~2021-09-19  9:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-20 11:09 [Bug c/16641] New: fr30-elf-gcc compiler error when building newlib-1.12.0 mlangejans at aos-hagenuk dot com
2004-07-20 14:03 ` [Bug target/16641] " pinskia at gcc dot gnu dot org
2004-07-20 14:30 ` pinskia at gcc dot gnu dot org
2004-07-20 15:22 ` mlangejans at aos-hagenuk dot com
     [not found] <bug-16641-8950@http.gcc.gnu.org/bugzilla/>
2006-04-23 17:25 ` sayle at gcc dot gnu dot org
2006-04-23 21:19 ` roger at eyesopen dot com
     [not found] <bug-16641-4@http.gcc.gnu.org/bugzilla/>
2021-09-19  9:37 ` pinskia 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).