This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/31786] error: unable to find a register to spill in class 'BASE_POINTER_REGS'
- From: "eweddington at cso dot atmel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2007 19:34:37 -0000
- Subject: [Bug target/31786] error: unable to find a register to spill in class 'BASE_POINTER_REGS'
- References: <bug-31786-8160@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from eweddington at cso dot atmel dot com 2007-05-02 20:34 -------
This must be specific to RTEMS/newlib, as 4.2.0-20070430 (RC2) builds without
error with:
CFLAGS=-D__USE_MINGW_ACCESS \
../gcc-$version/configure \
--prefix=$installdir \
--target=avr \
--enable-languages=c,c++ \
--with-dwarf2 \
--enable-win32-registry=WinAVR-$release \
--disable-nls \
--with-gmp=/usr/local \
--with-mpfr=/usr/local \
--enable-doc \
--disable-libssp \
2>&1 | tee $package-configure.log
for host=mingw.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31786