public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14332] New: Building GCC 3.3.3 for the AVR target fails
@ 2004-02-28 11:19 gcc-bugzilla at gcc dot gnu dot org
  2004-02-28 20:36 ` [Bug bootstrap/14332] [3.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-02-28 11:19 UTC (permalink / raw)
  To: gcc-bugs

Attepting to build GCC 3.3.3 for the AVR target (Atmel 
Microcontroller) fails with a compiler internal error:

/home/jaittola/apps/gcc-3.3.3/gcc/xgcc -B/home/jaittola/apps/gcc-3.3.3/gcc/ -B/usr/local/avr/avr/bin/ -B/usr/local/avr/avr/lib/ -isystem /usr/local/avr/avr/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -DDF=SF -Dinhibit_libc -mcall-prologues -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./config -I./../include  -DL_udivmoddi4 -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivmoddi4.o
libgcc2.c: In function `__udivmoddi4':
libgcc2.c:731: error: insn does not satisfy its constraints:
(insn 1006 1005 1007 0x4001c604 (set (mem:QI (plus:HI (reg:HI 26 r26 [30])
                (const_int 1 [0x1])) [2 S1 A8])
        (reg:QI 24 r24 [268])) 9 {*movqi} (insn_list 1005 (insn_list 1434 (nil)))
    (expr_list:REG_DEAD (reg:QI 24 r24 [268])
        (nil)))
libgcc2.c:731: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./_udivmoddi4.o] Error 1
make[2]: Leaving directory `/home/jaittola/apps/gcc-3.3.3/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/jaittola/apps/gcc-3.3.3/gcc'
make: *** [all-gcc] Error 2

Building GCC 3.3.2 with the same configuration works.

Environment:
System: Linux nacho 2.4.24-1-686 #1 Wed Feb 4 20:22:14 EST 2004 i686 GNU/Linux
Architecture: i686

	
host: i486-pc-linux-gnu
build: i486-pc-linux-gnu
target: i486-pc-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux

How-To-Repeat:
tar jxf gcc-3.3.3.tar.bz2
cd gcc-3.3.3
./configure --prefix=/usr/local/avr --target=avr --program-prefix="avr-" --enable-languages=c
make

-- 
           Summary: Building GCC 3.3.3 for the AVR target fails
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jaittola at iki dot fi
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i486-pc-linux-gnu
  GCC host triplet: i486-pc-linux-gnu
GCC target triplet: i486-pc-linux-gnu


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


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

* [Bug bootstrap/14332] [3.3 Regression] Building GCC 3.3.3 for the AVR target fails
  2004-02-28 11:19 [Bug bootstrap/14332] New: Building GCC 3.3.3 for the AVR target fails gcc-bugzilla at gcc dot gnu dot org
@ 2004-02-28 20:36 ` pinskia at gcc dot gnu dot org
  2004-02-28 20:37 ` [Bug target/14332] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-28 20:36 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|Building GCC 3.3.3 for the  |[3.3 Regression] Building
                   |AVR target fails            |GCC 3.3.3 for the AVR target
                   |                            |fails
   Target Milestone|---                         |3.3.4
            Version|3.3                         |3.3.3


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


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

* [Bug target/14332] [3.3 Regression] Building GCC 3.3.3 for the AVR target fails
  2004-02-28 11:19 [Bug bootstrap/14332] New: Building GCC 3.3.3 for the AVR target fails gcc-bugzilla at gcc dot gnu dot org
  2004-02-28 20:36 ` [Bug bootstrap/14332] [3.3 Regression] " pinskia at gcc dot gnu dot org
@ 2004-02-28 20:37 ` pinskia at gcc dot gnu dot org
  2004-03-01 21:04 ` eric at ecentral dot com
  2004-03-01 21:35 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-28 20:37 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build


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


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

* [Bug target/14332] [3.3 Regression] Building GCC 3.3.3 for the AVR target fails
  2004-02-28 11:19 [Bug bootstrap/14332] New: Building GCC 3.3.3 for the AVR target fails gcc-bugzilla at gcc dot gnu dot org
  2004-02-28 20:36 ` [Bug bootstrap/14332] [3.3 Regression] " pinskia at gcc dot gnu dot org
  2004-02-28 20:37 ` [Bug target/14332] " pinskia at gcc dot gnu dot org
@ 2004-03-01 21:04 ` eric at ecentral dot com
  2004-03-01 21:35 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: eric at ecentral dot com @ 2004-03-01 21:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From eric at ecentral dot com  2004-03-01 21:04 -------
This is a duplicate of 14149.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at ecentral dot com


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


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

* [Bug target/14332] [3.3 Regression] Building GCC 3.3.3 for the AVR target fails
  2004-02-28 11:19 [Bug bootstrap/14332] New: Building GCC 3.3.3 for the AVR target fails gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-03-01 21:04 ` eric at ecentral dot com
@ 2004-03-01 21:35 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-01 21:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-01 21:35 -------
This is a dup of bug 14149.

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

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


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-28 11:19 [Bug bootstrap/14332] New: Building GCC 3.3.3 for the AVR target fails gcc-bugzilla at gcc dot gnu dot org
2004-02-28 20:36 ` [Bug bootstrap/14332] [3.3 Regression] " pinskia at gcc dot gnu dot org
2004-02-28 20:37 ` [Bug target/14332] " pinskia at gcc dot gnu dot org
2004-03-01 21:04 ` eric at ecentral dot com
2004-03-01 21:35 ` 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).