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: [PATCH c/40885] Fix build_indirect_ref i18n problems.


On Thu, 17 Dec 2009, Shujing Zhao wrote:
> I'm very sorry to break bootstrap. It is caused by some calls wasn't updated.
> The following patch is to fix this problem. Can it be committed?

Please fix objc too.  With r155304 (i.e. including that fix you
refer to; no relaced changes at r) for cris-elf (but I'm sure
it's universal):

gcc -c  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing\
-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Wold-styl\
e-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -I.
-Iobjc -I/tmp/hpautotest-gcc1/gcc/gcc -I/tmp/hpautotest-gcc1\
/gcc/gcc/objc -I/tmp/hpautotest-gcc1/gcc/gcc/../include
-I/tmp/hpautotest-gcc1/gcc/gcc/../libcpp/include -I/tmp/hpautot\
est-gcc1/cris-elf/gccobj/./gmp -I/tmp/hpautotest-gcc1/gcc/gmp
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/./mpfr -I/tmp/hpau\
totest-gcc1/gcc/mpfr -I/tmp/hpautotest-gcc1/gcc/mpc/src
-I/tmp/hpautotest-gcc1/gcc/gcc/../libdecnumber -I/tmp/hpautote\
st-gcc1/gcc/gcc/../libdecnumber/dpd -I../libdecnumber
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c -o objc/objc-act\
.o
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c: In function
'objc_substitute_decl':
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c:3118: error:
incompatible type for argument 3 of 'build_indirect_ref'
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c: In function
'build_ivar_reference':
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c:6826: error:
incompatible type for argument 3 of 'build_indirect_ref'
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c: In function
'get_super_receiver':
/tmp/hpautotest-gcc1/gcc/gcc/objc/objc-act.c:8844: error:
incompatible type for argument 3 of 'build_indirect_ref'
make[2]: *** [objc/objc-act.o] Error 1

Please follow the required test procedure when testing your
patches at all times.  Please bootstrap && make check your
patches against the branch where you commit them, please don't
use *any* configure-options *excluding* anything, e.g. including
(not) using --enable-languages.  Best to not use any configure
options at all this time.

Thanks.
brgds, H-P


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