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: [RFC] use symbol_ref flags for rs6000


Janis Johnson wrote:
Here's the patch I checked in, which incorporates requests from Richard
and David.

Small data sections for V4 are still handled separately from small data
sections for other ABIs.

Tested with bootstrap and regtest for powerpc-unknown-linux-gnu and
cross build plus regtest for powerpc64-linux.  Test builds included
Alan's add_sysrooted_prefix patch, without which cross compiler tests
that need newly-built shared libraries all fail.

So far from darwin.


Andreas

Volumes/xufs/gcc-cvs/objdir/gcc/ -B/Volumes/xufs/gcc-branch/testbin/powerpc-apple-darwin6.3/bin/ -B/Volumes/xufs/gcc-branch/testbin/powerpc-apple-darwin6.3/lib/ -isystem /Volumes/xufs/gcc-branch/testbin/powerpc-apple-darwin6.3/include -isystem /Volumes/xufs/gcc-branch/testbin/powerpc-apple-darwin6.3/sys-include" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" WERROR="-Werror" STRICT_WARN="-pedantic -Wno-long-long -Werror" libdir=/Volumes/xufs/gcc-branch/testbin/lib LANGUAGES="c gcov gcov-dump c++ java" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
stage1/xgcc -Bstage1/ -B/Volumes/xufs/gcc-branch/testbin/powerpc-apple-darwin6.3/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/genflags.c -o genflags.o
../../gcc/gcc/genflags.c: In function `max_operand_1':
../../gcc/gcc/genflags.c:82: internal compiler error: in current_file_function_operand, at config/rs6000/rs6000.c:2105
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [genflags.o] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2




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