This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH to use_thunk for c++/26957


Hi Jason,

your patch http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00244.html
causes a bootstrap failure on the 4.0 branch:

stage1/xgcc -Bstage1/ -B/home/reichelt/GCC/FARM/gcc-4.0-20060909/x86_64-unknown-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition  -fno-common   -DHAVE_CONFIG_H -I. -Icp -I../../gcc/gcc -I../../gcc/gcc/cp -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I/home/reichelt/Pakete/GMP/include -I/home/reichelt/Pakete/MPFR/include    ../../gcc/gcc/cp/method.c -o cp/method.o
../../gcc/gcc/cp/method.c: In function 'use_thunk':
../../gcc/gcc/cp/method.c:411: warning: implicit declaration of function 'DECL_HAS_VALUE_EXPR_P'
../../gcc/gcc/cp/method.c:411: error: invalid lvalue in assignment
make[2]: *** [cp/method.o] Error 1

Regards,
Volker



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]