http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54701
Bug #: 54701
Summary: [4.8 Regression] double_int conversion breaks avr
build
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P3
Component: other
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Target: avr
== configure ==
../../gcc.gnu.org/trunk/configure --target=avr
--prefix=/local/gnu/install/gcc-4.8 --disable-nls --with-dwarf2
--enable-target-optspace=yes --enable-languages=c,c++
trunk SVR r191694 from 2012-09-25
== Error building avr.o ==
g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti
-W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common
-DHAVE_CONFIG_H -I. -I. -I../../../gcc.gnu.org/trunk/gcc
-I../../../gcc.gnu.org/trunk/gcc/. -I../../../gcc.gnu.org/trunk/gcc/../include
-I../../../gcc.gnu.org/trunk/gcc/../libcpp/include
-I/home/georg/gnu/build/gcc-trunk-avr/./gmp
-I/home/georg/gnu/gcc.gnu.org/trunk/gmp
-I/home/georg/gnu/build/gcc-trunk-avr/./mpfr
-I/home/georg/gnu/gcc.gnu.org/trunk/mpfr
-I/home/georg/gnu/gcc.gnu.org/trunk/mpc/src
-I../../../gcc.gnu.org/trunk/gcc/../libdecnumber
-I../../../gcc.gnu.org/trunk/gcc/../libdecnumber/dpd -I../libdecnumber \
../../../gcc.gnu.org/trunk/gcc/config/avr/avr.c -o avr.o
../../../gcc.gnu.org/trunk/gcc/config/avr/avr.c: In function 'avr_map_op_t
avr_map_decompose(double_int, const avr_map_op_t*, bool)':
../../../gcc.gnu.org/trunk/gcc/config/avr/avr.c:10955: error:
'uhwi_to_double_int' was not declared in this scope
make[2]: *** [avr.o] Error 1
make[2]: Leaving directory `/local/gnu/build/gcc-trunk-avr/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/local/gnu/build/gcc-trunk-avr'
make: *** [all] Error 2